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
Field Summary |
protected static char[] |
hextypes
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
hextypes
protected static final char[] hextypes
ByteSetter.StringByteSetter
public ByteSetter.StringByteSetter(int length)
set
public void set(byte b,
int index)
- Description copied from class:
ByteSetter
- Set a byte.
- Specified by:
set
in class ByteSetter
resultAsArray
public char[] resultAsArray()
result
public java.lang.String result()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object