| 
||||||||||
| 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[] source)
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[] source)
              throws DecoderException
source - 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 | |||||||||