- java.lang.Object
-
- io.github.mmm.binary.codec.Base
-
- io.github.mmm.binary.codec.BaseGeneric
-
- io.github.mmm.binary.codec.Base16
-
- All Implemented Interfaces:
BinaryCodec
public final class Base16 extends BaseGeneric
Base16
is the common octal number encoding.- Since:
- 1.0.0
- See Also:
Integer.toOctalString(int)
-
-
Method Summary
-
Methods inherited from class io.github.mmm.binary.codec.BaseGeneric
createConfig, doDecode, doEncode, isCaseSensitive
-
Methods inherited from class io.github.mmm.binary.codec.Base
decode, encode, getAlphabet, toString, withFormat
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface io.github.mmm.binary.codec.BinaryCodec
decodeInt, decodeLong, decodeShort, encodeInt, encodeLong, encodeShort
-
-