activemq-cpp-3.6.0
decaf::io::Flushable Class Reference

A Flushable is a destination of data that can be flushed. More...

#include <src/main/decaf/io/Flushable.h>

Inheritance diagram for decaf::io::Flushable:

Public Member Functions

virtual ~Flushable ()
virtual void flush ()=0
 Flushes this stream by writing any buffered output to the underlying stream.

Detailed Description

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.

Since
1.0

Constructor & Destructor Documentation

virtual decaf::io::Flushable::~Flushable ( )
virtual

Member Function Documentation

virtual void decaf::io::Flushable::flush ( )
pure virtual

Flushes this stream by writing any buffered output to the underlying stream.

Exceptions
IOExceptionif an I/O error occurs.

Implemented in decaf::io::BufferedOutputStream, decaf::io::FilterOutputStream, decaf::io::OutputStreamWriter, decaf::io::OutputStream, decaf::internal::io::StandardErrorOutputStream, and decaf::internal::io::StandardOutputStream.


The documentation for this class was generated from the following file: