public final class CellRangeAddress8Bit extends CellRangeAddressBase
CellRangeAddress
except column fields are 8-bit.Modifier and Type | Field | Description |
---|---|---|
static int |
ENCODED_SIZE |
Constructor | Description |
---|---|
CellRangeAddress8Bit(int firstRow,
int lastRow,
int firstCol,
int lastCol) |
|
CellRangeAddress8Bit(LittleEndianInput in) |
Modifier and Type | Method | Description |
---|---|---|
CellRangeAddress8Bit |
copy() |
|
static int |
getEncodedSize(int numberOfItems) |
|
int |
serialize(int offset,
byte[] data) |
Deprecated.
|
void |
serialize(LittleEndianOutput out) |
getFirstColumn, getFirstRow, getLastColumn, getLastRow, getNumberOfCells, isFullColumnRange, isFullRowRange, isInRange, setFirstColumn, setFirstRow, setLastColumn, setLastRow, toString, validate
public static final int ENCODED_SIZE
public CellRangeAddress8Bit(int firstRow, int lastRow, int firstCol, int lastCol)
public CellRangeAddress8Bit(LittleEndianInput in)
public int serialize(int offset, byte[] data)
public void serialize(LittleEndianOutput out)
public CellRangeAddress8Bit copy()
public static int getEncodedSize(int numberOfItems)
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.