Uses of Interface
io.github.mmm.binary.codec.BinaryCodec
-
Packages that use BinaryCodec Package Description io.github.mmm.binary io.github.mmm.binary.codec -
-
Uses of BinaryCodec in io.github.mmm.binary
Methods in io.github.mmm.binary with parameters of type BinaryCodec Modifier and Type Method Description StringBinary. format(BinaryCodec codec)This method avoids anarray-copyofBinary.getData()and is therefore more efficient than usingBinaryCodec.encode(Binary.getData()).
ATTENTION:
Sub-types often represent sensible data.StringBinaryType. format(BinaryCodec codec) -
Uses of BinaryCodec in io.github.mmm.binary.codec
Classes in io.github.mmm.binary.codec that implement BinaryCodec Modifier and Type Class Description classBaseImplementation ofBinaryCodecbased onalphabetof unique and visible ASCII characters.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.classBaseFormatCodecclassBaseGenericImplementation ofBinaryCodecbased onalphabetof unique and visible ASCII characters.Methods in io.github.mmm.binary.codec that return BinaryCodec Modifier and Type Method Description BinaryCodecBase. withFormat(BaseFormat format)
-