Uses of Class
jadx.plugins.input.dex.DexReader
Packages that use DexReader
-
Uses of DexReader in jadx.plugins.input.dex
Fields in jadx.plugins.input.dex with type parameters of type DexReaderMethods in jadx.plugins.input.dex that return DexReaderModifier and TypeMethodDescriptionDexFileLoader.loadDexReader(String fileName, byte[] content) Deprecated.private DexReaderDexFileLoader.loadSingleDex(String fileName, byte[] content, int offset) Methods in jadx.plugins.input.dex that return types with arguments of type DexReaderModifier and TypeMethodDescriptionDexFileLoader.collectDexFiles(List<Path> pathsList) DexFileLoader.collectDexFromZip(File file) DexFileLoader.load(@Nullable File file, InputStream inputStream, String fileName) DexFileLoader.loadDexFromFile(File file) DexFileLoader.loadDexReaders(String fileName, byte[] content) DexFileLoader.loadFromZipEntry(byte[] content, String fileName) Constructor parameters in jadx.plugins.input.dex with type arguments of type DexReaderModifierConstructorDescriptionDexLoadResult(List<DexReader> dexReaders, @Nullable Closeable closeable) -
Uses of DexReader in jadx.plugins.input.dex.sections
Fields in jadx.plugins.input.dex.sections declared as DexReaderMethods in jadx.plugins.input.dex.sections that return DexReaderMethods in jadx.plugins.input.dex.sections with parameters of type DexReaderConstructors in jadx.plugins.input.dex.sections with parameters of type DexReader