org.apache.commons.codec.BinaryDecoder Interface Reference

Inheritance diagram for org.apache.commons.codec.BinaryDecoder:

org.apache.commons.codec.Decoder org.apache.commons.codec.binary.Base64 org.apache.commons.codec.net.QuotedPrintableCodec List of all members.

Detailed Description

Defines common decoding methods for byte array decoders.

Author:
Apache Software Foundation
Version:
Id
BinaryDecoder.java,v 1.1 2005/07/25 16:24:38 dev Exp

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.


Member Function Documentation

byte [] org.apache.commons.codec.BinaryDecoder.decode ( byte[]  pArray  )  throws DecoderException

Decodes a byte array and returns the results as a byte array.

Parameters:
pArray A byte array which has been encoded with the appropriate encoder
Returns:
a byte array that contains decoded content
Exceptions:
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.


The documentation for this interface was generated from the following file:
Generated on Mon Dec 4 11:03:33 2006 for OpenMobileIS by  doxygen 1.5.1-p1