public class Base16Encoder extends java.lang.Object implements BinaryToTextEncoder
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Constructor and Description | 
|---|
Base16Encoder()  | 
| 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