| Constructor and Description |
|---|
Base64Value(String value) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
decodedBytes() |
boolean |
equals(Object other) |
int |
hashCode() |
static boolean |
isBase64Char(byte ch) |
String |
show() |
int |
size() |
static void |
validate(String value) |
public static void validate(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static boolean isBase64Char(byte ch)
public int size()
public ByteBuffer decodedBytes()
Copyright © 2019. All rights reserved.