org.apache.commons.codec
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.commons-codec version 1.8 - Copyright © 2002-2013 - Apache Software Foundation