public abstract class ByteArrayTableBuilder<T extends Table> extends TableBasedTableBuilder<T>
Modifier and Type | Method and Description |
---|---|
int |
byteCount()
Get the number of bytes set for this table.
|
int |
byteValue(int index)
Get the byte value at the specified index.
|
void |
setByteValue(int index,
byte b)
Get the byte value at the specified index.
|
build
getBuilder, header, toString
changed, data, readyToBuild, setData, setData
public int byteValue(int index) throws java.io.IOException
index
- index relative to the start of the tablejava.io.IOException
public void setByteValue(int index, byte b) throws java.io.IOException
index
- index relative to the start of the tableb
- byte value to tsetjava.io.IOException
public int byteCount() throws java.io.IOException
java.io.IOException