In file SerialUtils.hh: An interface for an output stream
Inheritance:
Public Methods
-
virtual void write(const void* buf, size_t len) = 0
- Write the given buffer to the stream.
-
virtual void flush() = 0
- Flush the data to the underlying store
-
virtual ~OutStream()
Documentation
An interface for an output stream
virtual void write(const void* buf, size_t len) = 0
-
Write the given buffer to the stream.
- Parameters:
- buf - the data to write
len - the number of bytes to write
@throws Error if there are problems writing
virtual void flush() = 0
-
Flush the data to the underlying store
virtual ~OutStream()
- Direct child classes:
- FileOutStream
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.