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.
|
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
read
public AbstractShortColumn(String name, int offset)
name
- column nameoffset
- offset within dataCopyright © 2000–2024 Packwood Software. All rights reserved.