public final class ReaderCharBuffer extends CharBuffer
buffer, bufferSize, mark| Constructor and Description |
|---|
ReaderCharBuffer(int bufferSize,
int maxBufferLength,
Reader reader) |
| Modifier and Type | Method and Description |
|---|---|
int |
fillBuffer() |
int |
shiftBufferToMark() |
getBufferSize, getCharBuffer, getMark, markpublic ReaderCharBuffer(int bufferSize,
int maxBufferLength,
Reader reader)
public int fillBuffer()
throws IOException
fillBuffer in class CharBufferIOExceptionpublic int shiftBufferToMark()
throws BufferOverflowException
shiftBufferToMark in class CharBufferBufferOverflowExceptionCopyright © 2016. All rights reserved.