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 java.io.EOFException
java.io.EOFExceptionint readInt()
throws java.io.EOFException
int.java.io.EOFExceptionlong readLong()
throws java.io.EOFException
long.java.io.EOFExceptionCopyright © 2020. All Rights Reserved.