public static interface CodeSet.InputBuffer
Modifier and Type | Method and Description |
---|---|
int |
get_pos()
Returns the current position in the buffer.
|
boolean |
readBOM()
Looks ahead in the buffer to see if a byte-order marker is present.
|
byte |
readByte()
Reads the next byte from an in-memory buffer.
|
byte readByte()
int get_pos()
boolean readBOM()