Class ByteSetter
- java.lang.Object
-
- io.github.sebasbaumh.postgis.binary.ByteSetter
-
public class ByteSetter extends java.lang.ObjectAllows writing bytes to aStringin hex format.- Author:
- Sebastian Baumhekel
-
-
Constructor Summary
Constructors Constructor Description ByteSetter()Constructs an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()voidwrite(byte b)Writes a byte.
-