public class ByteColumn extends AbstractColumn
m_offset| Constructor and Description |
|---|
ByteColumn(String name,
int offset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
read(int offset,
byte[] data)
Read the column data.
|
getNamepublic ByteColumn(String name, int offset)
name - column nameoffset - offset within datapublic Integer read(int offset, byte[] data)
ColumnDefinitionoffset - current offset into the table data blockdata - table data blockCopyright © 2000–2025 MPXJ. All rights reserved.