org.apache.commons.codec
public interface BinaryEncoder extends Encoder
byte[] encode(byte[] pArray) throws EncoderException
pArray
- Data to be encodedEncoderException
- thrown if the Encoder
encounters a failure condition during the
encoding process.Copyright © 2002-2013 JBoss by Red Hat. All Rights Reserved.