public static interface AndroidClassLoadingStrategy.DexProcessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AndroidClassLoadingStrategy.DexProcessor.Conversion
Represents an ongoing conversion of several Java class files into an Android dex file.
|
static class |
AndroidClassLoadingStrategy.DexProcessor.ForSdkCompiler
An implementation of a dex processor based on the Android SDK's dx.jar with an API that is
compatible to version 1.7.
|
| Modifier and Type | Method and Description |
|---|---|
AndroidClassLoadingStrategy.DexProcessor.Conversion |
create()
Creates a new conversion process which allows to store several Java class files in the created dex
file before writing this dex file to a specified
OutputStream. |
AndroidClassLoadingStrategy.DexProcessor.Conversion create()
OutputStream.Copyright © 2014–2023. All rights reserved.