de.intarsys.tools.hex
Class HexRow

java.lang.Object
  extended by de.intarsys.tools.hex.HexRow

public class HexRow
extends java.lang.Object


Field Summary
static int DEFAULT_LENGTH
           
 
Constructor Summary
protected HexRow(HexData hexData, int offset, int length)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_LENGTH

public static int DEFAULT_LENGTH
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)