|
||||||||||
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[] pArray)
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[] pArray) throws EncoderException
pArray
- 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 |