| Package | Description |
|---|---|
| com.android.dx.dex.file |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayAnnotatedOutput |
DexFile.writeTo(DexFile.Storage storage)
Writes the contents of this instance as a binary.
|
void |
DexFile.writeTo(java.io.OutputStream out,
DexFile.Storage storage,
java.io.Writer humanOut,
boolean verbose)
Writes the contents of this instance as either a binary or a
human-readable form, or both.
|
Copyright © 2020. All Rights Reserved.