/* */
/* */ private static Protocol makeP()
/* */ {
/* */ try
/* */ {
/* 49 */ return new Protocol(Class.forName("quicktime.app.image.ImageSpec"));
/* */ } catch (ClassNotFoundException localClassNotFoundException) {
/* 51 */ throw new QTRuntimeException(localClassNotFoundException.getMessage());
/* */ }
/* */ }