public final class ClassDumper extends BaseDumper
args, dexOptions| Modifier and Type | Method and Description |
|---|---|
void |
dump()
Does the dumping.
|
static void |
dump(byte[] bytes,
java.io.PrintStream out,
java.lang.String filePath,
com.android.dx.command.dump.Args args)
Dumps the given array, interpreting it as a class file.
|
changeIndent, endParsingMember, getBytes, getFilePath, getRawBytes, getReadBytes, getStrictParse, getWidth1, getWidth2, hexDump, parsed, print, println, startParsingMember, twoColumnspublic static void dump(byte[] bytes,
java.io.PrintStream out,
java.lang.String filePath,
com.android.dx.command.dump.Args args)
bytes - non-null; bytes of the (alleged) class fileout - non-null; where to dump to
passed in as <= 0filePath - the file path for the class, excluding any base
directory specificationargs - bag of commandline argumentspublic void dump()
Copyright © 2020. All Rights Reserved.