final class StreamCharBuffer.AllocatedBufferReader extends ChunkReader
Modifiers | Name | Description |
---|---|---|
StreamCharBuffer.AllocatedBuffer |
parent |
|
int |
position |
|
boolean |
removeAfterReading |
|
int |
writerUsedCounter |
Constructor and description |
---|
AllocatedBufferReader
(StreamCharBuffer.AllocatedBuffer parent, boolean removeAfterReading) |
Type Params | Return Type | Name and description |
---|---|---|
|
public int |
getReadLenLimit(int askedAmount) |
|
public int |
getWriterUsedCounter() |
|
public boolean |
isValid() |
|
public ChunkReader |
next() |
|
public int |
read(char[] ch, int off, int len) |