CharSequenceCharBuffer, ReaderCharBufferpublic abstract class CharBuffer extends Object
| Modifier and Type | Field | Description |
|---|---|---|
char[] |
buffer |
|
int |
bufferSize |
|
int |
cellStartMark |
|
int |
rowStartMark |
| Constructor | Description |
|---|---|
CharBuffer(char[] buffer,
int bufferSize) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract boolean |
isConstant() |
|
abstract boolean |
shiftAndRead(int shiftFrom) |
public char[] buffer
public int bufferSize
public int cellStartMark
public int rowStartMark
public abstract boolean isConstant()
public abstract boolean shiftAndRead(int shiftFrom)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.