public final class DexArchiveEntry
extends java.lang.Object
relativePathInArchive
within a single DexArchive.| Constructor and Description |
|---|
DexArchiveEntry(byte[] dexFileContent,
java.lang.String relativePathInArchive) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDexFileContent()
Returns content of this DEX file.
|
java.lang.String |
getRelativePathInArchive()
Returns a path relative to the root path of the dex archive containing it.
|
static java.lang.String |
withClassExtension(java.lang.String dexEntryPath)
Takes the specified .dex file, and changes its extension to .class.
|
public DexArchiveEntry(@NonNull
byte[] dexFileContent,
@NonNull
java.lang.String relativePathInArchive)
@NonNull
public static java.lang.String withClassExtension(@NonNull
java.lang.String dexEntryPath)
@NonNull public byte[] getDexFileContent()
@NonNull public java.lang.String getRelativePathInArchive()