QuotedPrintableOutputStream.h
Go to the documentation of this file.
35 size_t transform(const uint8_t* source, size_t sourceLength, uint8_t* target, size_t targetLength) override;
Read-only stream that transforms bytes of data into quoted printable data stream.
Definition: QuotedPrintableOutputStream.h:22
QuotedPrintableOutputStream(IDataSourceStream *stream, size_t resultSize=512)
Definition: QuotedPrintableOutputStream.h:28
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.
Class that can be used to transform streams of data on the fly.
Definition: StreamTransformer.h:22