public class NullEncoder extends java.lang.Object implements BinaryToTextEncoder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
NullEncoder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
encode(byte[] pBytes)
Returns a string representation of a series of bytes.
|
public java.lang.String encode(byte[] pBytes)
encode
in interface BinaryToTextEncoder