#include <iostreams.h>
Creates an InOutputStreamInterface class to read/write bytes from/into streams. This interface combines both InputStreamInterface and OutputStreamInterface .
私有成员函数 |
|
MAXON_INTERFACE ( InOutputStreamInterface , MAXON_REFERENCE_NORMAL , "net.maxon.interface.inoutputstream") | |
![]() |
|
MAXON_METHOD Result < void > | Write (const Block < const Byte > &data) |
MAXON_METHOD Result < void > | Flush () |
|
private |