Base64OutputStream.h
Go to the documentation of this file.
32 size_t transform(const uint8_t* source, size_t sourceLength, uint8_t* target, size_t targetLength) override;
void restoreState() override
A method that restores the last backed up state.
Definition: Base64OutputStream.h:39
Definition: StreamTransformer.h:30
Read-only stream to emit base64-encoded content from source stream.
Definition: Base64OutputStream.h:22
void saveState() override
A method that backs up the current state.
Definition: Base64OutputStream.h:34
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.