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.
|
buildgetBuilder, header, toStringchanged, data, readyToBuild, setData, setDatapublic int byteValue(int index)
throws java.io.IOException
index - index relative to the start of the tablejava.io.IOExceptionpublic void setByteValue(int index,
byte b)
throws java.io.IOException
index - index relative to the start of the tableb - byte value to tsetjava.io.IOExceptionpublic int byteCount()
throws java.io.IOException
java.io.IOException