FileDocCategorySizeDatePackage
BinaryDecoder.javaAPI DocAndroid 1.5 API1391Wed May 06 22:41:10 BST 2009org.apache.commons.codec

BinaryDecoder

public interface BinaryDecoder implements Decoder
Defines common decoding methods for byte array decoders.
author
Apache Software Foundation
version
$Id: BinaryDecoder.java,v 1.10 2004/06/15 18:14:15 ggregory Exp $

Fields Summary
Constructors Summary
Methods Summary
public byte[]decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array.

param
pArray A byte array which has been encoded with the appropriate encoder
return
a byte array that contains decoded content
throws
DecoderException A decoder exception is thrown if a Decoder encounters a failure condition during the decode process.