public interface BytesTranscoder
Modifier and Type | Method and Description |
---|---|
byte[] |
decode(java.lang.String string)
Transform input into its raw byte array representation.
|
java.lang.String |
encode(byte[] bytes)
Transform input into a textual representation.
|
java.lang.String encode(byte[] bytes)
bytes
- byte array representation of data to be transformedbyte[] decode(java.lang.String string)
string
- text representation of data to be transformed