| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryDecoder
Defines common decoding methods for byte array decoders.
| Method Summary | |
|---|---|
 byte[] | 
decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array.  | 
| Methods inherited from interface org.apache.commons.codec.Decoder | 
|---|
decode | 
| Method Detail | 
|---|
byte[] decode(byte[] pArray)
              throws DecoderException
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.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||