XorOutputStream.h
Go to the documentation of this file.
bool isFinished() override
Check if all data has been read.
Definition: XorOutputStream.h:68
uint16_t readMemoryBlock(char *data, int bufSize) override
Read a block of memory.
Definition: XorOutputStream.h:45
Xors original stream content with the specified mask.
Definition: XorOutputStream.h:21
int available() override
Return the total length of the stream.
Definition: XorOutputStream.h:40
StreamType getStreamType() const override
Get the stream type.
Definition: XorOutputStream.h:35
XorOutputStream(IDataSourceStream *stream, uint8_t *mask, size_t maskLength)
Constructor.
Definition: XorOutputStream.h:30
1.8.13