public class ASCIIHexCodec extends Object implements IByteArrayDecoder
| Constructor and Description |
|---|
ASCIIHexCodec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] aEncodedBuffer)
Decode a byte array.
|
static byte[] |
decodeASCIIHex(byte[] aEncodedBuffer) |
@Nullable public byte[] decode(@Nullable byte[] aEncodedBuffer)
IByteArrayDecoderdecode in interface IByteArrayDecoderdecode in interface IDecoder<byte[]>aEncodedBuffer - The byte array to be decoded. May not be null.null if the parameter was
null.Copyright © 2006–2014 phloc systems. All rights reserved.