Package net.postgis.jdbc.geometry.binary
Class ByteSetter.BinaryByteSetter
- java.lang.Object
-
- net.postgis.jdbc.geometry.binary.ByteSetter
-
- net.postgis.jdbc.geometry.binary.ByteSetter.BinaryByteSetter
-
- Enclosing class:
- ByteSetter
public static class ByteSetter.BinaryByteSetter extends ByteSetter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.postgis.jdbc.geometry.binary.ByteSetter
ByteSetter.BinaryByteSetter, ByteSetter.StringByteSetter
-
-
Constructor Summary
Constructors Constructor Description BinaryByteSetter(int length)
-
-
-
Method Detail
-
set
public void set(byte b, int index)Description copied from class:ByteSetterSet a byte.- Specified by:
setin classByteSetter- Parameters:
b- byte value to set withindex- index to set
-
result
public byte[] result()
-
-