public final class Base64u extends Base64
It avoids using the characters + / and =. This means Base64u-encoded data can be used either URLCoded or plain in URL-Encoded contexts such as GET, PUT or URLs. You can treat the output either as not needing encoding or already URLEncoded.
charToValue, DEBUGGING, IGNORE, lineLength, lineSeparator, PAD, spec1, spec2, spec3, valueToChar| Constructor and Description |
|---|
Base64u()
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
test driver.
|
decode, decodeCompactString, decodeLines, encode, encodeCompactString, encodeLines, encodeString, setLineLength, setLineSeparator, show