ToolFactory.createDefaultClassFileReader(
InputStream stream,
int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile
according to the decoding flag used to initialize the reader.
ToolFactory.createDefaultClassFileReader(
String fileName,
int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile
according to the decoding flag used to initialize the reader.
ToolFactory.createDefaultClassFileReader(
String zipFileName,
String zipEntryName,
int decodingFlag)
Create a default classfile reader, able to expose the internal representation of a given classfile
according to the decoding flag used to initialize the reader.
IClassFileDisassembler.disassemble(
IClassFileReader classFileReader,
String lineSeparator) Deprecated. Answers back the disassembled string of the IClassFileReader using the default
mode.
IClassFileDisassembler.disassemble(
IClassFileReader classFileReader,
String lineSeparator,
int mode) Deprecated. Answers back the disassembled string of the IClassFileReader according to the
mode.