public class RowData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.List<ColData> |
cols |
java.math.BigDecimal |
height
index of row from zero
|
| Constructor and Description |
|---|
RowData() |
| Modifier and Type | Method and Description |
|---|---|
int |
byteSize() |
static RowData |
empty() |
double |
heightAsDouble() |
static RowData |
readFrom(byte[] buffer,
int offset) |
void |
writeTo(byte[] buffer,
int offset) |
public java.math.BigDecimal height
public final java.util.List<ColData> cols