Inheritance diagram for org.apache.commons.codec.BinaryEncoder:
Definition at line 25 of file BinaryEncoder.java.
Public Member Functions | |
byte[] | encode (byte[] pArray) throws EncoderException |
Encodes a byte array and return the encoded data as a byte array. |
byte [] org.apache.commons.codec.BinaryEncoder.encode | ( | byte[] | pArray | ) | throws EncoderException |
Encodes a byte array and return the encoded data as a byte array.
pArray | Data to be encoded |
EncoderException | thrown if the Encoder encounters a failure condition during the encoding process. |
Implemented in org.apache.commons.codec.binary.Base64, and org.apache.commons.codec.net.QuotedPrintableCodec.