| Package | Description |
|---|---|
| com.android.dx.io.instructions |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CodeInput
Input stream of code units, for reading in Dalvik bytecode.
|
interface |
CodeOutput
Output stream of code units, for writing out Dalvik bytecode.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseCodeCursor
Base implementation of
CodeCursor. |
class |
ShortArrayCodeInput
Implementation of
CodeInput that reads from a short[]. |
class |
ShortArrayCodeOutput
Implementation of
CodeOutput that writes to a short[]. |
Copyright © 2020. All Rights Reserved.