Class ByteGetter
- java.lang.Object
-
- io.github.sebasbaumh.postgis.binary.ByteGetter
-
public class ByteGetter extends java.lang.Object
Allows reading bytes from aString
in hex format.- Author:
- Sebastian Baumhekel
-
-
Constructor Summary
Constructors Constructor Description ByteGetter(java.lang.String rep)
Constructs an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get(int index)
Gets a byte at the given index.byte[]
getBytes()
Gets all bytes.
-