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