Package de.intarsys.tools.hex
Class HexData
- java.lang.Object
-
- de.intarsys.tools.hex.HexData
-
public class HexData extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected byte[]basicGetBytes()protected bytebasicGetValue(int index)protected voidbasicSetValue(int index, byte value)bytegetCellValue(int row, int column)java.lang.StringgetCellValueAsString(int row, int column)HexRowgetRow(int index)intgetRowCount()HexRow[]getRows()bytegetValue(int index)java.lang.StringgetValueAsString(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, java.lang.String value)voidsetValue(int index, byte value)voidsetValue(int index, java.lang.String value)byte[]toBytes()
-
-
-
Method Detail
-
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
public java.lang.String getCellValueAsString(int row, int column)
-
getRow
public HexRow getRow(int index)
-
getRowCount
public int getRowCount()
-
getRows
public HexRow[] getRows()
-
getValue
public byte getValue(int index)
-
getValueAsString
public java.lang.String getValueAsString(int index)
-
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
public void setCellValue(int row, int column, java.lang.String value)
-
setValue
public void setValue(int index, byte value)
-
setValue
public void setValue(int index, java.lang.String value)
-
toBytes
public byte[] toBytes()
-
-