public abstract class RowProtocol
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
byte[] |
buf |
protected int |
index |
int |
length |
int |
maxFieldSize |
protected static int |
NULL_LENGTH |
int |
pos |
Constructor and Description |
---|
RowProtocol(int maxFieldSize) |
Modifier and Type | Method and Description |
---|---|
int |
getLengthMaxFieldSize() |
int |
getMaxFieldSize() |
void |
resetRow(byte[] buf) |
abstract boolean |
setPosition(int position) |
protected static final int NULL_LENGTH
public byte[] buf
public int pos
public int length
public int maxFieldSize
protected int index