Package de.intarsys.tools.hex
Class HexRow
- java.lang.Object
-
- de.intarsys.tools.hex.HexRow
-
public class HexRow extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_LENGTH
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAsString()bytegetCellValue(int column)java.lang.StringgetCellValueAsString(int column)intgetLength()intgetOffset()voidsetCellValue(int column, byte value)voidsetCellValue(int column, java.lang.String value)voidsetLength(int width)voidsetOffset(int offset)
-
-
-
Constructor Detail
-
HexRow
protected HexRow(HexData hexData, int offset, int length)
-
-
Method Detail
-
getAsString
public java.lang.String getAsString()
-
getCellValue
public byte getCellValue(int column)
-
getCellValueAsString
public java.lang.String getCellValueAsString(int column)
-
getLength
public int getLength()
-
getOffset
public int getOffset()
-
setCellValue
public void setCellValue(int column, byte value)
-
setCellValue
public void setCellValue(int column, java.lang.String value)
-
setLength
public void setLength(int width)
-
setOffset
public void setOffset(int offset)
-
-