Package com.helger.base.codec
package com.helger.base.codec
-
ClassDescriptionException occurred in a decoderException occurred in an encoderInterface for a single byte array encoder + decoder.Interface for a single decoder of bytes.Interface for a single encoder of bytes.Interface for a single decoder of bytes, based on streams.Interface for a single encoder of bytes, based on streams.Interface for a single char array encoder + decoder.Interface for a single decoder for chars.Interface for a single encoder of chars.Interface for a single decoder of char, based on reader/writer.Interface for a single encoder of chars, based on reader/writer.ICodec<DATATYPE>Interface for a single encoder + decoder.IDecoder<SRCTYPE,
DSTTYPE> The most basic decoding interfaceSpecial implementation ofIByteArrayCodecthat does nothing.IdentityCodec<DATATYPE>Special implementation ofICodecthat does nothing.IEncoder<SRCTYPE,DSTTYPE> The most basic encoding interfaceThis class contains the ABNF (RFC 5234 https://tools.ietf.org/html/rfc5234) core rules (section B.1).