Package jadx.plugins.input.dex
Class DexFileLoader
- java.lang.Object
-
- jadx.plugins.input.dex.DexFileLoader
-
public class DexFileLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DexFileLoader(DexInputOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<DexReader>collectDexFiles(java.util.List<java.nio.file.Path> pathsList)DexReaderloadDexReader(java.lang.String fileName, byte[] content)Deprecated.java.util.List<DexReader>loadDexReaders(java.lang.String fileName, byte[] content)voidsetZipReader(jadx.zip.ZipReader zipReader)
-
-
-
Constructor Detail
-
DexFileLoader
public DexFileLoader(DexInputOptions options)
-
-
Method Detail
-
setZipReader
public void setZipReader(jadx.zip.ZipReader zipReader)
-
collectDexFiles
public java.util.List<DexReader> collectDexFiles(java.util.List<java.nio.file.Path> pathsList)
-
loadDexReaders
public java.util.List<DexReader> loadDexReaders(java.lang.String fileName, byte[] content)
-
loadDexReader
@Deprecated public DexReader loadDexReader(java.lang.String fileName, byte[] content)
Deprecated.Since DEX v41, several sub DEX structures can be stored inside container of a single DEX file UseloadDexReaders(String, byte[])instead.
-
-