Yet Another WebIOPi+
 All Classes Namespaces Files Functions Variables Macros Pages
Public Member Functions | List of all members
org.apache.commons.codec.BinaryEncoder Interface Reference
Inheritance diagram for org.apache.commons.codec.BinaryEncoder:
org.apache.commons.codec.Encoder org.apache.commons.codec.binary.BaseNCodec org.apache.commons.codec.binary.Base64

Public Member Functions

byte[] encode (byte[] source) throws EncoderException
 
- Public Member Functions inherited from org.apache.commons.codec.Encoder
Object encode (Object source) throws EncoderException
 

Detailed Description

Defines common encoding methods for byte array encoders.

Version
$Id$

Definition at line 25 of file BinaryEncoder.java.

Member Function Documentation

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
sourceData to be encoded
Returns
A byte array containing the encoded data
Exceptions
EncoderExceptionthrown if the Encoder encounters a failure condition during the encoding process.

The documentation for this interface was generated from the following file: