org.apache.commons.codec
public interface BinaryEncoder extends Encoder
Version: $Id: BinaryEncoder.java 130304 2004-02-29 04:08:31Z tobrien $
Method Summary | |
---|---|
byte[] | encode(byte[] pArray)
Encodes a byte array and return the encoded data
as a byte array.
|
Parameters: pArray Data to be encoded
Returns: A byte array containing the encoded data
Throws: EncoderException thrown if the Encoder encounters a failure condition during the encoding process.