public class PostgreSQLBinaryFormat extends java.lang.Object implements BinaryFormat
\x8088BAD639F| Constructor and Description |
|---|
PostgreSQLBinaryFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString(byte[] input)
Transforms the supplied binary data to a string representation.
|
public java.lang.String toString(byte[] input)
BinaryFormattoString in interface BinaryFormatinput - the binary data input value to convert to StringString representation of the given bytes