|
| byte[] | encode (byte[] source) throws EncoderException |
| |
| Object | encode (Object source) throws EncoderException |
| |
Defines common encoding methods for byte array encoders.
- Version
- $Id$
Definition at line 25 of file BinaryEncoder.java.
| byte [] org.apache.commons.codec.BinaryEncoder.encode |
( |
byte[] |
source | ) |
throws EncoderException |
Encodes a byte array and return the encoded data as a byte array.
- Parameters
-
- Returns
- A byte array containing the encoded data
- Exceptions
-
The documentation for this interface was generated from the following file: