public class HexRow
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LENGTH |
Modifier | Constructor and Description |
---|---|
protected |
HexRow(HexData hexData,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAsString() |
byte |
getCellValue(int column) |
java.lang.String |
getCellValueAsString(int column) |
int |
getLength() |
int |
getOffset() |
void |
setCellValue(int column,
byte value) |
void |
setCellValue(int column,
java.lang.String value) |
void |
setLength(int width) |
void |
setOffset(int offset) |
protected HexRow(HexData hexData, int offset, int length)
public java.lang.String getAsString()
public byte getCellValue(int column)
public java.lang.String getCellValueAsString(int column)
public int getLength()
public int getOffset()
public void setCellValue(int column, byte value)
public void setCellValue(int column, java.lang.String value)
public void setLength(int width)
public void setOffset(int offset)