intarsys runtime library

de.intarsys.tools.hex
Class HexData

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

public class HexData
extends Object


Constructor Summary
HexData(byte[] bytes)
           
HexData(byte[] bytes, int offset, int length)
           
 
Method Summary
 byte getCellValue(int row, int column)
           
 String getCellValueAsString(int row, int column)
           
 HexRow getRow(int index)
           
 int getRowCount()
           
 HexRow[] getRows()
           
 byte getValue(int index)
           
 String 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 setValue(int index, String value)
           
 byte[] toBytes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexData

public HexData(byte[] bytes)

HexData

public HexData(byte[] bytes,
               int offset,
               int length)
Method Detail

getCellValue

public byte getCellValue(int row,
                         int column)

getCellValueAsString

public 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 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,
                         String value)

setValue

public void setValue(int index,
                     byte value)

setValue

public void setValue(int index,
                     String value)

toBytes

public byte[] toBytes()

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.