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