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 bytebasicGetValue(int index) protected voidbasicSetValue(int index, byte value) bytegetCellValue(int row, int column) getCellValueAsString(int row, int column) getRow(int index) intHexRow[]getRows()bytegetValue(int index) getValueAsString(int index) voidinsertCellValue(int row, int column, byte value) intlength()voidremoveCellValue(int row, int column) voidsetCellValue(int row, int column, byte value) voidsetCellValue(int row, int column, String value) voidsetValue(int index, byte value) voidbyte[]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()
-