![]() |
wxMaxima
|
#include <StreamUtils.h>
Classes | |
struct | DecodeResult |
class | State |
Static Public Member Functions | |
static DecodeResult | Decode (State &state, wxInputStream &in, size_t maxRead, size_t maxWrite) |
A stateful decoder that can feed itself from an input stream and append its output to a string. Useful in any situation where the exact amount of data read and written must be controlled.