XorOutputStream.h
Go to the documentation of this file.
Xors original stream content with the specified mask.
Definition: XorOutputStream.h:22
StreamType getStreamType() const override
Get the stream type.
Definition: XorOutputStream.h:36
bool isFinished() override
Check if all data has been read.
Definition: XorOutputStream.h:69
int available() override
Return the total length of the stream.
Definition: XorOutputStream.h:41
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
Definition: XorOutputStream.h:46
XorOutputStream(IDataSourceStream *stream, uint8_t *mask, size_t maskLength)
Constructor.
Definition: XorOutputStream.h:30
@ eSST_Transform
A stream that is transforming the data.
Definition: DataSourceStream.h:35