public interface BinaryEncoder extends Encoder
byte[] encode(byte[] source) throws EncoderException
source
- Data to be encodedorg.apache.commons.codec.EncoderException
- thrown if the Encoder encounters a failure condition during the encoding process.EncoderException