Base64OutputStream.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;
void restoreState() override
A method that restores the last backed up state.
Definition: StreamTransformer.h:30
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.