Inheritance diagram for org.apache.commons.codec.BinaryDecoder:
Definition at line 25 of file BinaryDecoder.java.
Public Member Functions | |
byte[] | decode (byte[] pArray) throws DecoderException |
Decodes a byte array and returns the results as a byte array. |
|
Decodes a byte array and returns the results as a byte array.
Implemented in org.apache.commons.codec.binary.Base64, and org.apache.commons.codec.net.QuotedPrintableCodec. |