Uses of Interface
org.jf.dexlib2.iface.DexFile
Packages that use DexFile
Package
Description
-
Uses of DexFile in org.jf.baksmali
Methods in org.jf.baksmali with parameters of type DexFileModifier and TypeMethodDescriptionstatic booleanBaksmali.disassembleDexFile(DexFile dexFile, File outputDir, int jobs, BaksmaliOptions options) static booleanBaksmali.disassembleDexFile(DexFile dexFile, File outputDir, int jobs, BaksmaliOptions options, List<String> classes) -
Uses of DexFile in org.jf.dexlib2
Methods in org.jf.dexlib2 with parameters of type DexFileModifier and TypeMethodDescriptionstatic voidDexFileFactory.writeDexFile(String path, DexFile dexFile) Writes a DexFile out to disk -
Uses of DexFile in org.jf.dexlib2.analysis
Fields in org.jf.dexlib2.analysis declared as DexFileConstructors in org.jf.dexlib2.analysis with parameters of type DexFile -
Uses of DexFile in org.jf.dexlib2.dexbacked
Classes in org.jf.dexlib2.dexbacked that implement DexFileModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of DexFile in org.jf.dexlib2.iface
Classes in org.jf.dexlib2.iface with type parameters of type DexFileModifier and TypeInterfaceDescriptioninterfaceMultiDexContainer<T extends DexFile>This class represents a dex container that can contain multiple, named dex filesstatic interfaceMultiDexContainer.DexEntry<T extends DexFile>This class represents a dex file entry in a MultiDexContainer -
Uses of DexFile in org.jf.dexlib2.immutable
Classes in org.jf.dexlib2.immutable that implement DexFileMethods in org.jf.dexlib2.immutable with parameters of type DexFile -
Uses of DexFile in org.jf.dexlib2.rewriter
Classes in org.jf.dexlib2.rewriter that implement DexFileFields in org.jf.dexlib2.rewriter declared as DexFileModifier and TypeFieldDescriptionprotected final DexFileDexFileRewriter.RewrittenDexFile.dexFileFields in org.jf.dexlib2.rewriter with type parameters of type DexFileMethods in org.jf.dexlib2.rewriter that return DexFileMethods in org.jf.dexlib2.rewriter that return types with arguments of type DexFileModifier and TypeMethodDescriptionDexRewriter.getDexFileRewriter()RewriterModule.getDexFileRewriter(Rewriters rewriters) Rewriters.getDexFileRewriter()Methods in org.jf.dexlib2.rewriter with parameters of type DexFileConstructors in org.jf.dexlib2.rewriter with parameters of type DexFile -
Uses of DexFile in org.jf.dexlib2.writer.pool
Methods in org.jf.dexlib2.writer.pool with parameters of type DexFile