|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
import java.nio.ByteBuffer;Go to the source code of this file.
Classes | |
| class | org.jau.util.BaseCodec |
| Base codecs, i.e. More... | |
| class | org.jau.util.BaseCodec.Alphabet |
| Base Alphabet Specification providing the alphabet for encode() and decode(). More... | |
| class | org.jau.util.BaseCodec.Base64Alphabet |
Safe canonical base64 alphabet, without ASCII code-point sorting order. More... | |
| class | org.jau.util.BaseCodec.Base64urlAlphabet |
Safe canonical base64url alphabet, without ASCII code-point sorting order. More... | |
| class | org.jau.util.BaseCodec.Natural64Alphabet |
| Safe natural base 64 alphabet, both without ASCII code-point sorting order. More... | |
| class | org.jau.util.BaseCodec.Natural86Alphabet |
| Natural base 86 alphabet, without ASCII code-point sorting order. More... | |
| class | org.jau.util.BaseCodec.Ascii38Alphabet |
| Safe base 38 alphabet with ASCII code-point sorting order. More... | |
| class | org.jau.util.BaseCodec.Ascii64Alphabet |
| Safe base 64 alphabet with ASCII code-point sorting order. More... | |
| class | org.jau.util.BaseCodec.Ascii86Alphabet |
| Base 86 alphabet with ASCII code-point sorting order. More... | |
Packages | |
| package | org.jau.util |
| Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K. | |