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