Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members  

stdbase::io::OutputStream Class Reference

Abstract output stream class. More...

Inheritance diagram for stdbase::io::OutputStream::

stdbase::io::PrintStream List of all members.

Public Methods

virtual void write (int b)=0 throw (IOException)
virtual void write (byte b[], int len)=0 throw (IOException)
virtual void flush ()=0 throw (IOException)
virtual void close ()=0 throw (IOException)

Protected Methods

virtual ~OutputStream ()
virtual void inc () const
 Reference count re-direct method - inc(). More...

virtual unsigned dec () const
 Reference count re-direct method - inc(). More...


Detailed Description

Abstract output stream class.

Definition at line 52 of file OutputStream.


Member Function Documentation

virtual unsigned stdbase::io::OutputStream::dec const [inline, protected, virtual]
 

Reference count re-direct method - inc().

This is intended to call the Object::* version of inc() in cases where there are multiple inheritence paths back to Abstract.

Definition at line 71 of file OutputStream.

virtual void stdbase::io::OutputStream::inc const [inline, protected, virtual]
 

Reference count re-direct method - inc().

This is intended to call the Object::* version of inc() in cases where there are multiple inheritence paths back to Abstract.

Definition at line 63 of file OutputStream.


The documentation for this class was generated from the following file:
Generated at Tue Aug 13 14:19:41 2002 for stdnet2 by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001