#include <IStream.h>
Public Member Functions | |
virtual void | IStreamRead_OnClose ()=0 |
virtual void | IStreamRead_OnRead (const Array< byte > &buf, int len)=0 |
virtual void | IStreamRead_OnError (const String &msg)=0 |
Callback interface for stream events. Usually, delegates can be used instead of implementing this interface.
Definition at line 98 of file IStream.h.