InOutputStreamInterface Class Reference

#include <iostreams.h>

Inheritance diagram for InOutputStreamInterface:

Detailed Description

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 ()
 

Member Function Documentation

◆ MAXON_INTERFACE()

MAXON_INTERFACE ( InOutputStreamInterface  ,
MAXON_REFERENCE_NORMAL  ,
"net.maxon.interface.inoutputstream"   
)
private