Class ByteSetter
- java.lang.Object
-
- io.github.sebasbaumh.postgis.binary.ByteSetter
-
public class ByteSetter extends java.lang.Object
Allows writing bytes to aString
in 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.String
toString()
void
write(byte b)
Writes a byte.
-