ChunkedStream.h
Go to the documentation of this file.
30 size_t transform(const uint8_t* source, size_t sourceLength, uint8_t* target, size_t targetLength) override;
Read-only stream to obtain data using HTTP chunked encoding.
Definition: ChunkedStream.h:25
size_t transform(const uint8_t *source, size_t sourceLength, uint8_t *target, size_t targetLength) override
Inherited class implements this method to transform a block of data.
ChunkedStream(IDataSourceStream *stream, size_t resultSize=512)
Class that can be used to transform streams of data on the fly.
Definition: StreamTransformer.h:22