| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryEncoder
Defines common encoding methods for byte array encoders.
| Method Summary | |
|---|---|
 byte[] | 
encode(byte[] source)
Encodes a byte array and return the encoded data as a byte array.  | 
| Methods inherited from interface org.apache.commons.codec.Encoder | 
|---|
encode | 
| Method Detail | 
|---|
byte[] encode(byte[] source)
              throws EncoderException
source - Data to be encoded
EncoderException - thrown if the Encoder encounters a failure condition during the encoding process.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||