de.intarsys.tools.hex
Class HexData
java.lang.Object
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()
|
HexData
public HexData(byte[] bytes)
HexData
public HexData(byte[] bytes,
int offset,
int length)
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()
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.