| Class | Description |
|---|---|
| D8BasedDexDataEntryWriter |
An dex writer that uses the d8 tool from the Android SDK.
|
| D8ClassConverter |
This ClassVisitor converts and collects the classes that it visits, and uses D8
to convert them to the dex format.
|
| D8ClassConverter.D8DexFile | |
| DexClassReader |
This data entry reader reads dex files, converts their classes, and passes them to
a given class visitor.
|
| DexDataEntryWriter |
This DataEntryWriter finds received class entries in the given class pool,
collects them in a dex file, and writes it out to the given data entry
writer.
|
| DexDataEntryWriterFactory |
This class can create DataEntryWriter instances for writing dex files.
|