Searched refs:ZipDexFile (Results 1 – 1 of 1) sorted by relevance
38 import org.jf.dexlib2.dexbacked.ZipDexContainer.ZipDexFile;58 public class ZipDexContainer implements MultiDexContainer<ZipDexFile> {107 @Nullable @Override public ZipDexFile getEntry(@Nonnull String entryName) throws IOException { in getEntry()141 public class ZipDexFile extends DexBackedDexFile implements MultiDexContainer.MultiDexFile { class in ZipDexContainer145 … protected ZipDexFile(@Nullable Opcodes opcodes, @Nonnull byte[] buf, @Nonnull String entryName) { in ZipDexFile() method in ZipDexContainer.ZipDexFile184 …protected ZipDexFile loadEntry(@Nonnull ZipFile zipFile, @Nonnull ZipEntry zipEntry) throws IOExce… in loadEntry()188 return new ZipDexFile(opcodes, buf, zipEntry.getName()); in loadEntry()