StreamTransformer.h File Reference
#include "Buffer/CircularBuffer.h"
Include dependency graph for StreamTransformer.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | StreamTransformer |
Typedefs | |
typedef Delegate< size_t(const uint8_t *in, size_t inLength, uint8_t *out, size_t outLength)> | StreamTransformerCallback |
Class that can be used to transform streams of data on the fly. More... | |