Classes: BitStreamReader, BitStreamWriter, BoolEncoding, CDataEncoding, DWordEncoding, Decoder, DecodingAlgorithm, DocumentRestrictedAlphabet, DocumentVocabulary, DoubleEncoding, Encoder, Encoding, EncodingAlgorithm, FISContentHandler, FISDocumentHandler, FISException, FastInfosetParser, FastInfosetWriter, FloatEncoding, HashVocabulary, HexEncoding, IntEncoding, LongEncoding, MapVocabulary, MemoryIOS, MemoryInputStream, MemoryOutputStream, Notation, NullEncoding, NullRefEncoding, QualifiedNameEntry, RestrictedAlphabet, ShortEncoding, StringDecoder, StringEncoder, TMemoryStreamBuf, UUIDEncoding, UnparsedEntity, Utility, Vocabulary
Types: EncodingPtr, MemoryStreamBuf, QualifiedNameVocabulary
A BitStreamReader reads single bits from the input stream.
A BitStreamWriter writes single bits to the encapsulated output stream.
Performs encoding of boolean values
Performs encoding of character data
Performs encoding of base64 encoded strings
A Utility class to decode trivial FastInfoset data types.
DecodingAlgorithm bundles all decoding algorithms supported by FastInfoset standard (like hex encoding, int encoding, uuid encoding.
Class DocumentRestrictedAlphabet stores the prefined simple vocabularies for numeric or date time de-/encoding.
Class DocumentVocabulary groups together all vocabularies used when de-/encoding a FISDocument.
Performs encoding of double values
Encoder class contaisn utility functions for encoding simple FIS data types.
Encoding class holds data for the different encoding types
Groups together different encoding algorithms as defined by the FastInfoset standard.
FISContentHandler extends the XML ContentHandler with type specific character chunks.
The FISDocumentHandler interface allows for setting and querying
the vocabulatory used for a document.
A FastInfosetParser parses a FISDocument translating the binary representation
to method calls to optionally set XMl ContentHandlers/DTDHandlers/.
A FastInfosetWriter serializes ContentHandler/LexicalHandler/DTDHandler events into a binary FISDocument.
Performs encoding of float values
A Vocabulary allows to map values to indices and vice versa.
Performs encoding of hex encoded values
Performs encoding of int values
Performs encoding of int64 values
A MapVocabulary allows to map values to indices and vice versa.
The base class for MemoryOutputStream and MemoryInputStream.
This stream reads all data from the provided memory area
This stream writes all data to the provided memory area
Stores data for a Notation event
A dummy encoding class that does nothing
An optimized version of NullEncoding that stores only a reference to the string internally
A QualifiedNameEntry represents a XML qualified name.
A RestrictedAlphabet consists of a sequence of single characters, the position of each character is equal to the integer value used to encode it.
Performs encoding of int16 values
StringDecoder decodes strings.
A StringEncoder is used to encode string.
This is an implementation of an unbuffered streambuf
that works with a shallow copy of an input buffer
Performs encoding of uuid strings
Stores data fro an UnparsedEntity event
The Utility class contains commonly used constants and helper methods.
A Vocabulary allows to map values to indices and vice versa.
typedef Poco::SharedPtr < Encoding > EncodingPtr;
typedef TMemoryStreamBuf < char, std::char_traits < char > > MemoryStreamBuf;
typedef MapVocabulary < QualifiedNameEntry > QualifiedNameVocabulary;