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

stdbase::io::PrintStream Class Reference

Class for outputing text using an existing OutputStream object. More...

Inheritance diagram for stdbase::io::PrintStream::

stdbase::system::Object stdbase::io::OutputStream List of all members.

Public Methods

virtual void flush () throw (IOException)
virtual void close () throw (IOException)
virtual void write (int b) throw (IOException)
virtual void write (byte b[], int len) throw (IOException)
virtual void println (system::StringRef str)
virtual void println (const char text[])
virtual void println (int i)
virtual void print (system::StringRef str)
virtual void print (const char text[])
virtual void print (int i)
virtual bool checkError ()
virtual bool equals (system::ObjectRef o) const

Static Public Methods

const system::reference< PrintStream > create (const OutputStreamRef &ref)

Protected Methods

 PrintStream (const OutputStreamRef &ref)
virtual ~PrintStream ()

Detailed Description

Class for outputing text using an existing OutputStream object.

This may be used for logging, writing text files etc.

Definition at line 52 of file PrintStream.


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