public class HexData extends Object
| Constructor and Description |
|---|
HexData(byte[] bytes) |
HexData(byte[] bytes,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public HexData(byte[] bytes)
public HexData(byte[] bytes,
int offset,
int length)
public byte getCellValue(int row,
int column)
public String getCellValueAsString(int row, int column)
public HexRow getRow(int index)
public int getRowCount()
public HexRow[] getRows()
public byte getValue(int index)
public String getValueAsString(int index)
public void insertCellValue(int row,
int column,
byte value)
public int length()
public void removeCellValue(int row,
int column)
public void setCellValue(int row,
int column,
byte value)
public void setCellValue(int row,
int column,
String value)
public void setValue(int index,
byte value)
public void setValue(int index,
String value)
public byte[] toBytes()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.