public interface BinaryEncoder extends Encoder
byte[] encode(byte[] source) throws EncoderException
source
- Data to be encodedEncoderException
- thrown if the Encoder encounters a failure condition during the encoding process.Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.