File Information
Library: FastInfoset
Package: FastInfoset
Header: Poco/FastInfoset/DecodingAlgorithm.h
Description
DecodingAlgorithm bundles all decoding algorithms supported by FastInfoset standard (like hex encoding, int encoding, uuid encoding....)
Member Summary
Constructors
DecodingAlgorithm
Creates the DecodingAlgorithm.
Destructor
~DecodingAlgorithm
Destroys the DecodingAlgorithm.
Member Functions
add
void add(
Encoding::DecodeMethod dec
);
read
Encoding::Ptr read(
Poco::Int32 algo,
BitStreamReader & reader
);
Reads the encoded data, converts it to a string and forwards it as characterchunk to pHandler