public interface BinaryDecoder extends Decoder
byte[] decode(byte[] source) throws DecoderException
source
- A byte array which has been encoded with the appropriate encoderorg.apache.commons.codec.DecoderException
- A decoder exception is thrown if a Decoder encounters a failure condition during the decode process.DecoderException