public final class CellRangeAddress8Bit extends CellRangeAddressBase
CellRangeAddress
except column fields are 8-bit.Modifier and Type | Field and Description |
---|---|
static int |
ENCODED_SIZE |
Constructor and Description |
---|
CellRangeAddress8Bit(int firstRow,
int lastRow,
int firstCol,
int lastCol) |
CellRangeAddress8Bit(LittleEndianInput in) |
Modifier and Type | Method and 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, 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)
serialize(LittleEndianOutput)
public void serialize(LittleEndianOutput out)
public CellRangeAddress8Bit copy()
public static int getEncodedSize(int numberOfItems)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.