Package org.postgis.binary
Class ByteSetter.StringByteSetter
- java.lang.Object
-
- org.postgis.binary.ByteSetter
-
- org.postgis.binary.ByteSetter.StringByteSetter
-
- Enclosing class:
- ByteSetter
public static class ByteSetter.StringByteSetter extends ByteSetter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.postgis.binary.ByteSetter
ByteSetter.BinaryByteSetter, ByteSetter.StringByteSetter
-
-
Field Summary
Fields Modifier and Type Field Description protected static char[]hextypes
-
Constructor Summary
Constructors Constructor Description StringByteSetter(int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringresult()char[]resultAsArray()voidset(byte b, int index)Set a byte.StringtoString()
-
-
-
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
-
resultAsArray
public char[] resultAsArray()
-
result
public String result()
-
-