Go to the documentation of this file.
19 #ifndef API_ZORBA_IO_STREAM_H
20 #define API_ZORBA_IO_STREAM_H
35 void setStream(
const char *BYTE,
size_t aLen);
36 void setStream(
const char *aStream,
size_t aLen,
int aBufferLength);
41 virtual void write(
const char *BYTE,
size_t aLen);