public class Base64Codec extends AbstractByteArrayCodec
| Constructor and Description |
|---|
Base64Codec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDecoded(byte[] aEncodedBuffer)
Decode a byte array.
|
byte[] |
getEncoded(byte[] aDecodedBuffer)
Encode a byte array.
|
getEncodedgetDecodedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDecoded@Nullable @ReturnsMutableCopy public byte[] getEncoded(@Nullable byte[] aDecodedBuffer)
IByteArrayEncoderaDecodedBuffer - The byte array to be encoded. May be null.null if the parameter was
null.@Nullable @ReturnsMutableCopy public byte[] getDecoded(@Nullable byte[] aEncodedBuffer)
IByteArrayDecoderaEncodedBuffer - The byte array to be decoded. May not be null.null if the parameter was
null.Copyright © 2014–2015 Philip Helger. All rights reserved.