|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeInput
Input stream of code units, for reading in Dalvik bytecode.
| Method Summary | |
|---|---|
boolean |
hasMore()
Returns whether there are any more code units to read. |
int |
read()
Reads a code unit. |
int |
readInt()
Reads two code units, treating them as a little-endian int. |
long |
readLong()
Reads four code units, treating them as a little-endian long. |
| Methods inherited from interface com.android.dx.io.instructions.CodeCursor |
|---|
baseAddressForCursor, cursor, setBaseAddress |
| Method Detail |
|---|
boolean hasMore()
hasNext() on an interator.
int read()
throws EOFException
EOFException
int readInt()
throws EOFException
int.
EOFException
long readLong()
throws EOFException
long.
EOFException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||