public abstract class AbstractIntColumn extends AbstractColumn
m_offset
Constructor and Description |
---|
AbstractIntColumn(String name,
int offset)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
readInt(int offset,
byte[] data)
Read a four byte integer from the data.
|
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
public AbstractIntColumn(String name, int offset)
name
- column nameoffset
- offset within dataCopyright © 2000–2024 Packwood Software. All rights reserved.