public class IntColumn extends AbstractIntColumn
m_offset
Constructor and Description |
---|
IntColumn(String name,
int offset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Integer |
read(int offset,
byte[] data)
Read the column data.
|
readInt
getName
public IntColumn(String name, int offset)
name
- column nameoffset
- offset within datapublic Integer read(int offset, byte[] data)
ColumnDefinition
offset
- current offset into the table data blockdata
- table data blockCopyright © 2000–2024 Packwood Software. All rights reserved.