public final class ClassFileEntry
extends java.lang.Object
| Constructor and Description |
|---|
ClassFileEntry(java.nio.file.Path relativePath,
byte[] classFileContent) |
| Modifier and Type | Method and Description |
|---|---|
static java.nio.file.Path |
withDexExtension(java.nio.file.Path classFilePath)
Takes the specified .class file, and changes its extension to .dex.
|