Class Base16Codec
java.lang.Object
software.amazon.awssdk.utils.internal.Base16Codec
A Base 16 codec implementation.
- Author:
- Hanson Char
-
Method Summary
-
Method Details
-
encode
public byte[] encode(byte[] src) -
decode
public byte[] decode(byte[] src, int length) -
pos
protected int pos(byte in)
-