StreamTransformer.h File Reference
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

using StreamTransformerCallback = Delegate< size_t(const uint8_t *in, size_t inLength, uint8_t *out, size_t outLength)>
 Class that can be used to transform streams of data on the fly. More...