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, getCharBufferpublic ReaderCharBuffer(int bufferSize,
int maxBufferLength,
Reader reader)
public final int fillBuffer()
throws IOException
fillBuffer in class CharBufferIOExceptionpublic final int shiftBufferToMark()
throws BufferOverflowException
shiftBufferToMark in class CharBufferBufferOverflowExceptionCopyright © 2016. All rights reserved.