public class HexaDecimalEncoder extends Object implements IBytesEncoding
| Constructor and Description |
|---|
HexaDecimalEncoder() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] encoded)
Decode the given bytes.
|
byte[] |
encode(byte[] bytes)
Encode the given bytes.
|
public byte[] encode(byte[] bytes)
IBytesEncodingencode in interface IBytesEncodingpublic byte[] decode(byte[] encoded)
IBytesEncodingdecode in interface IBytesEncodingCopyright © 2019. All rights reserved.