wxMaxima
Classes | Static Public Member Functions | List of all members
UTF8Decoder Class Reference

#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)
 

Detailed Description

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.


The documentation for this class was generated from the following file: