Package de.intarsys.tools.hex
Class HexData
java.lang.Object
de.intarsys.tools.hex.HexData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected byte[]
protected byte
basicGetValue
(int index) protected void
basicSetValue
(int index, byte value) byte
getCellValue
(int row, int column) getCellValueAsString
(int row, int column) getRow
(int index) int
HexRow[]
getRows()
byte
getValue
(int index) getValueAsString
(int index) void
insertCellValue
(int row, int column, byte value) int
length()
void
removeCellValue
(int row, int column) void
setCellValue
(int row, int column, byte value) void
setCellValue
(int row, int column, String value) void
setValue
(int index, byte value) void
byte[]
toBytes()
-
Constructor Details
-
HexData
public HexData(byte[] bytes) -
HexData
public HexData(byte[] bytes, int offset, int length)
-
-
Method Details
-
basicGetBytes
protected byte[] basicGetBytes() -
basicGetValue
protected byte basicGetValue(int index) -
basicSetValue
protected void basicSetValue(int index, byte value) -
getCellValue
public byte getCellValue(int row, int column) -
getCellValueAsString
-
getRow
-
getRowCount
public int getRowCount() -
getRows
-
getValue
public byte getValue(int index) -
getValueAsString
-
insertCellValue
public void insertCellValue(int row, int column, byte value) -
length
public int length() -
removeCellValue
public void removeCellValue(int row, int column) -
setCellValue
public void setCellValue(int row, int column, byte value) -
setCellValue
-
setValue
public void setValue(int index, byte value) -
setValue
-
toBytes
public byte[] toBytes()
-