Searched defs:DexBackedDexFile (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedDexFile.java48 public class DexBackedDexFile extends BaseDexBuffer implements DexFile { class in inherits:BaseDexBuffer,DexFile
64 private DexBackedDexFile(Opcodes opcodes, @Nonnull byte[] buf, int offset, boolean verifyMagic) { method in class:DexBackedDexFile
87 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull BaseDexBuffer buf) { method in class:DexBackedDexFile
91 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, int offset) { method in class:DexBackedDexFile
95 public DexBackedDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf) { method in class:DexBackedDexFile
99 public static DexBackedDexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull InputStream is)
117 return new DexBackedDexFile(opcodes, buf, 0, false);
135 return new DexBackedClassDef(DexBackedDexFile.this, getClassDefItemOffset(index));

Completed in 186 milliseconds