public abstract class RowProtocol extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
buf |
protected int |
index |
int |
length |
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
protected int index
Copyright © 2017. All rights reserved.