public class Base64Utils extends Object
| Constructor and Description |
|---|
Base64Utils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getBase64Length(int length)
Returns an upper bound of the length of non-chunked Base64 encoded version
of the string of the given length.
|