Public Member Functions | |
int | read (uchar *buffer, int size) throw (ReadException, UnexpectedException) |
Utf8FileReader (int fildes) | |
virtual | ~Utf8FileReader () |
Public Attributes | |
int | fildes |
char | utf8Buffer [utf8BufferSize] |
int | utf8BufferOffset |
Static Public Attributes | |
static const int | utf8BufferSize = 1024 |
Definition at line 122 of file stream.C.