Base64OutputStream.h
Go to the documentation of this file.
void saveState() override
A method that backs up the current state.
Definition: Base64OutputStream.h:44
Base64OutputStream(IDataSourceStream *stream, size_t resultSize=500)
Stream that transforms bytes of data into base64 data stream.
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:21
Read-only stream to emit base64-encoded content from source stream.
Definition: Base64OutputStream.h:22
void restoreState() override
A method that restores the last backed up state.
Definition: Base64OutputStream.h:49