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. |
byte [] org.apache.commons.codec.BinaryDecoder.decode | ( | byte[] | pArray | ) | throws DecoderException |
Decodes a byte array and returns the results as a byte array.
pArray | A byte array which has been encoded with the appropriate encoder |
DecoderException | A decoder exception is thrown if a Decoder encounters a failure condition during the decode process. |
Implemented in org.apache.commons.codec.binary.Base64, and org.apache.commons.codec.net.QuotedPrintableCodec.