public class ByteBuffer extends InputBuffer
| Modifier and Type | Field and Description |
|---|---|
InputStream |
input |
markerOffset, nMarkers, numToConsume, queue| Constructor and Description |
|---|
ByteBuffer(InputStream input_)
Create a character buffer
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(int amount)
Ensure that the character buffer is sufficiently full
|
commit, consume, getLAChars, getMarkedChars, isMarked, LA, mark, reset, rewind, syncConsumepublic transient InputStream input
public ByteBuffer(InputStream input_)
public void fill(int amount)
throws CharStreamException
fill in class InputBufferCharStreamExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.