Package com.googlecode.d2j.reader
Class MultiDexFileReader
java.lang.Object
com.googlecode.d2j.reader.MultiDexFileReader
- All Implemented Interfaces:
BaseDexFileReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(com.googlecode.d2j.visitors.DexFileVisitor dv) voidaccept(com.googlecode.d2j.visitors.DexFileVisitor dv, int config) voidaccept(com.googlecode.d2j.visitors.DexFileVisitor dv, int classIdx, int config) intstatic BaseDexFileReaderopen(byte[] data) static BaseDexFileReaderopen(InputStream in)
-
Constructor Details
-
MultiDexFileReader
-
-
Method Details
-
open
- Throws:
IOException
-
open
- Throws:
IOException
-
getDexVersion
public int getDexVersion()- Specified by:
getDexVersionin interfaceBaseDexFileReader
-
accept
public void accept(com.googlecode.d2j.visitors.DexFileVisitor dv) - Specified by:
acceptin interfaceBaseDexFileReader
-
getClassNames
- Specified by:
getClassNamesin interfaceBaseDexFileReader
-
accept
public void accept(com.googlecode.d2j.visitors.DexFileVisitor dv, int config) - Specified by:
acceptin interfaceBaseDexFileReader
-
accept
public void accept(com.googlecode.d2j.visitors.DexFileVisitor dv, int classIdx, int config) - Specified by:
acceptin interfaceBaseDexFileReader
-