public interface IByteArrayDecoder extends IDecoder<byte[]>
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] aEncodedBuffer)
Decode a byte array.
|
@Nullable byte[] decode(@Nullable byte[] aEncodedBuffer)
decode in interface IDecoder<byte[]>aEncodedBuffer - The byte array to be decoded. May not be null.null if the parameter was
null.DecoderException - in case something goes wrongCopyright © 2006–2015 phloc systems. All rights reserved.