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;
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.
Definition: StreamTransformer.h:30
ChunkedStream(IDataSourceStream *stream, size_t resultSize=512)