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.
|
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic AbstractIntColumn(String name, int offset)
name - column nameoffset - offset within dataCopyright © 2000–2025 MPXJ. All rights reserved.