@Immutable public class Apk extends DexAndroidArchive
CLASS_FORMAT
Constructor and Description |
---|
Apk(java.io.File apk) |
Apk(java.nio.file.Path file) |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
getJavaResource(java.lang.String name) |
java.lang.String |
toString() |
containsMainClass, containsSecondaryClass, getAllDexes, getMainDexFile, getSecondaryDexFiles
checkValidClassName, containsClass, getResource
close, exists, getEntries, getEntries, getEntry, getEntryAsZip, getFile
public Apk(@NonNull java.nio.file.Path file) throws java.io.IOException
java.io.IOException
public Apk(@NonNull java.io.File apk) throws java.io.IOException
java.io.IOException
@Nullable public java.nio.file.Path getJavaResource(@NonNull java.lang.String name) throws java.io.IOException
getJavaResource
in class AndroidArchive
java.io.IOException