* represents the class that is being requested. That check
* should be done by ClassFileLoader.
*/
public BCELClassFile(InputStream is, String file_name) throws IOException {
logger.entering(myClassName, "<init>(InputStream, String)", file_name); // NOI18N
jc = new ClassParser(is, file_name).parse();
}