util to hold and connect ZFInput and ZFOutput More...
#include "ZFObject.h"
Go to the source code of this file.
Classes | |
class | ZFIOBuffer |
util to hold and connect ZFInput and ZFOutput More... | |
Functions | |
zfindex & | ZFIOBufferSize (void) |
default value for ZFIOBuffer::bufferSize, 256KB by default | |
void | ZFIOBufferSize (zfindex const &v) |
see ZFIOBufferSize | |
ZFInput | ZFIOBufferInput (const ZFInput &refInput, const ZFListener &convCallback=(zft_zfnull)) |
util to wrap input with io buffer | |
ZFOutput | ZFIOBufferOutput (const ZFOutput &refOutput, const ZFListener &convCallback=(zft_zfnull)) |
util to wrap output with io buffer | |
|
extern |
util to wrap input with io buffer
how it works:
the convCallback's sender would be the ZFIOBuffer, param0 would be a v_ZFInput to the refInput
|
extern |
util to wrap output with io buffer
how it works:
the convCallback's sender would be the ZFIOBuffer, param0 would be a v_ZFOutput to the refOutput