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