activemq-cpp-3.4.0
|
A Flushable is a destination of data that can be flushed. More...
#include <src/main/decaf/io/Flushable.h>
Public Member Functions | |
virtual | ~Flushable () |
virtual void | flush ()=0 |
Flushes this stream by writing any buffered output to the underlying stream. |
A Flushable is a destination of data that can be flushed.
The flush method is invoked to write any buffered output to the underlying stream.
virtual decaf::io::Flushable::~Flushable | ( | ) | [inline, virtual] |
virtual void decaf::io::Flushable::flush | ( | ) | [pure virtual] |
Flushes this stream by writing any buffered output to the underlying stream.
IOException | if an I/O error occurs. |
Implemented in decaf::internal::io::StandardErrorOutputStream, decaf::internal::io::StandardOutputStream, decaf::io::BufferedOutputStream, decaf::io::FilterOutputStream, decaf::io::OutputStream, and decaf::io::OutputStreamWriter.