#include <iostreams.h>
Creates an InOutputStreamInterface class to read/write bytes from/into streams. This interface combines both InputStreamInterface and OutputStreamInterface.
Private Member Functions | |
MAXON_INTERFACE (InOutputStreamInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.inoutputstream") | |
Private Member Functions inherited from OutputStreamInterface | |
MAXON_METHOD Result< void > | Write (const Block< const Byte > &data) |
MAXON_METHOD Result< void > | Flush () |
|
private |