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
-
Nested Class Summary
Nested classes/interfaces inherited from class net.postgis.jdbc.geometry.binary.ByteSetter
ByteSetter.BinaryByteSetter, ByteSetter.StringByteSetter -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BinaryByteSetter
public BinaryByteSetter(int length)
-
-
Method Details
-
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() -
toString
-