public abstract class CharBuffer extends Object
| Modifier and Type | Field and Description |
|---|---|
char[] |
buffer |
int |
bufferSize |
int |
cellStartMark |
int |
rowStartMark |
| Constructor and Description |
|---|
CharBuffer(char[] buffer,
int bufferSize) |
| Modifier and Type | Method and 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 © 2020. All rights reserved.