DecoderBase32, Base64, BaseNCodec, BinaryCodec, Hex, QuotedPrintableCodec, URLCodecpublic interface BinaryDecoder extends Decoder
| Modifier and Type | Method | Description |
|---|---|---|
byte[] |
decode(byte[] source) |
Decodes a byte array and returns the results as a byte array.
|
byte[] decode(byte[] source) throws DecoderException
source - A byte array which has been encoded with the appropriate encoderDecoderException - A decoder exception is thrown if a Decoder encounters a failure condition during the decode process.