Uses of Class
io.github.mmm.binary.codec.Base
-
Packages that use Base Package Description io.github.mmm.binary.codec -
-
Uses of Base in io.github.mmm.binary.codec
Subclasses of Base in io.github.mmm.binary.codec Modifier and Type Class Description classBase10Base10is the common decimal number encoding.classBase16Base16is the common octal number encoding.classBase2Base2is the common binary number encoding.classBase32Base32is a encoding that has an alphabet with 32 letters.classBase58Base58is a encoding that has an alphabet with 58 letters.classBase64Base64is a encoding that has an alphabet with 64 letters.classBase8Base8is the common octal number encoding.classBaseGenericImplementation ofBinaryCodecbased onalphabetof unique and visible ASCII characters.Constructors in io.github.mmm.binary.codec with parameters of type Base Constructor Description BaseFormatCodec(Base base, BaseFormat format)The constructor.
-