QuotedPrintableOutputStream.h
Go to the documentation of this file.
39 size_t transform(const uint8_t* source, size_t sourceLength, uint8_t* target, size_t targetLength) override;
Definition: StreamTransformer.h:30
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.
QuotedPrintableOutputStream(IDataSourceStream *stream, size_t resultSize=512)
Stream that transforms bytes of data into quoted printable data stream.
Definition: QuotedPrintableOutputStream.h:32