public class HexRow extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_LENGTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getAsString() |
byte |
getCellValue(int column) |
String |
getCellValueAsString(int column) |
int |
getLength() |
int |
getOffset() |
void |
setCellValue(int column,
byte value) |
void |
setCellValue(int column,
String value) |
void |
setLength(int width) |
void |
setOffset(int offset) |
public String getAsString()
public byte getCellValue(int column)
public String getCellValueAsString(int column)
public int getLength()
public int getOffset()
public void setCellValue(int column,
byte value)
public void setCellValue(int column,
String value)
public void setLength(int width)
public void setOffset(int offset)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.