public abstract class AbstractShortColumn extends AbstractColumn
m_offset| Constructor and Description |
|---|
AbstractShortColumn(String name,
int offset)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
readShort(int offset,
byte[] data)
Read a two byte integer from the data.
|
getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadpublic AbstractShortColumn(String name, int offset)
name - column nameoffset - offset within dataCopyright © 2000–2025 MPXJ. All rights reserved.