Package org.postgis.binary
Class ByteSetter.BinaryByteSetter
- java.lang.Object
-
- org.postgis.binary.ByteSetter
-
- org.postgis.binary.ByteSetter.BinaryByteSetter
-
- Enclosing class:
- ByteSetter
public static class ByteSetter.BinaryByteSetter extends ByteSetter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.postgis.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()
-
-