|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.postgis.binary.ValueGetter
org.postgis.binary.ValueGetter.NDR
public static class ValueGetter.NDR
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.postgis.binary.ValueGetter |
---|
ValueGetter.NDR, ValueGetter.XDR |
Field Summary | |
---|---|
static byte |
NUMBER
|
Fields inherited from class org.postgis.binary.ValueGetter |
---|
endian |
Constructor Summary | |
---|---|
ValueGetter.NDR(ByteGetter data)
|
Method Summary | |
---|---|
protected int |
getInt(int index)
Get a 32-Bit integer |
protected long |
getLong(int index)
Get a long value. |
Methods inherited from class org.postgis.binary.ValueGetter |
---|
getByte, getDouble, getInt, getLong |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte NUMBER
Constructor Detail |
---|
public ValueGetter.NDR(ByteGetter data)
Method Detail |
---|
protected int getInt(int index)
ValueGetter
getInt
in class ValueGetter
protected long getLong(int index)
ValueGetter
getLong
in class ValueGetter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |