public class Base64Codec extends Object
| Constructor and Description |
|---|
Base64Codec() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decode(byte[] data)
Decode a chunk of bytes using Base64 decoding.
|
byte[] |
encode(byte[] data)
Encode a chunk of byte using Base64 encoding.
|
public byte[] encode(byte[] data)
data - The data to encode.public byte[] decode(byte[] data)
data - The data to decode.Copyright © 2014 jwall.org. All rights reserved.