|
byte[] | decode (byte[] source) throws DecoderException |
|
Object | decode (Object source) throws DecoderException |
|
Defines common decoding methods for byte array decoders.
- Version
- $Id$
Definition at line 25 of file BinaryDecoder.java.
byte [] org.apache.commons.codec.BinaryDecoder.decode |
( |
byte[] |
source | ) |
throws DecoderException |
Decodes a byte array and returns the results as a byte array.
- Parameters
-
source | 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. |
The documentation for this interface was generated from the following file: