Class ByteGetter
- java.lang.Object
-
- io.github.sebasbaumh.postgis.binary.ByteGetter
-
public class ByteGetter extends java.lang.ObjectAllows reading bytes from aStringin 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 intget(int index)Gets a byte at the given index.byte[]getBytes()Gets all bytes.
-