Encoder
Base32
, Base64
, BaseNCodec
, BinaryCodec
, Hex
, QuotedPrintableCodec
, URLCodec
public interface BinaryEncoder extends Encoder
Modifier and Type | Method | Description |
---|---|---|
byte[] |
encode(byte[] source) |
Encodes a byte array and return the encoded data as a byte array.
|
byte[] encode(byte[] source) throws EncoderException
source
- Data to be encodedEncoderException
- thrown if the Encoder encounters a failure condition during the encoding process.commons-codec version 1.10 - Copyright © 2002-2017 - Apache Software Foundation