public interface CodeInput extends CodeCursor
| Modifier and Type | Method and Description |
|---|---|
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. |
baseAddressForCursor, cursor, setBaseAddressboolean hasMore()
hasNext() on an interator.int read() throws EOFException
EOFExceptionint readInt()
throws EOFException
int.EOFExceptionlong readLong()
throws EOFException
long.EOFExceptionCopyright © 2016. All Rights Reserved.