public final class ClassParser extends Object
| Constructor and Description |
|---|
ClassParser(InputStream file,
String file_name)
Parse class from the given stream.
|
ClassParser(String file_name)
Parse class from given .class file.
|
ClassParser(String zip_file,
String file_name)
Parse class from given .class file in a ZIP-archive
|
public ClassParser(InputStream file, String file_name)
file - Input streamfile_name - File namepublic ClassParser(String file_name) throws IOException
file_name - file nameIOExceptionpublic ClassParser(String zip_file, String file_name) throws IOException
file_name - file nameIOExceptionpublic JavaClass parse() throws IOException, ClassFormatException
IOExceptionClassFormatExceptionCopyright © 2018–2021 mhoffrogge. All rights reserved.