Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

beecrypt::io::PrintStream Class Reference
[C++ classes mimicking java.io]

#include <PrintStream.h>

Inheritance diagram for beecrypt::io::PrintStream:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::io::PrintStream:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 PrintStream (OutputStream &out, bool autoflush=false, const char *encoding=0)
virtual ~PrintStream ()
virtual void close () throw ()
virtual void flush () throw ()
virtual void write (byte b) throw ()
virtual void write (const byte *data, size_t offset, size_t length) throw ()
bool checkError () throw ()
void print (bool) throw ()
void print (javachar) throw ()
void print (javaint) throw ()
void print (javalong) throw ()
void print (javashort) throw ()
void print (const array< javachar > &) throw ()
void print (const String &) throw ()
void println () throw ()
void println (bool) throw ()
void println (javachar) throw ()
void println (javaint) throw ()
void println (javalong) throw ()
void println (javashort) throw ()
void println (const array< javachar > &) throw ()
void println (const String &) throw ()

Protected Member Functions

void setError () throw ()

Detailed Description


Constructor & Destructor Documentation

beecrypt::io::PrintStream::PrintStream OutputStream out,
bool  autoflush = false,
const char *  encoding = 0
 

virtual beecrypt::io::PrintStream::~PrintStream  )  [virtual]
 


Member Function Documentation

bool beecrypt::io::PrintStream::checkError  )  throw ()
 

virtual void beecrypt::io::PrintStream::close  )  throw () [virtual]
 

Reimplemented from beecrypt::io::FilterOutputStream.

virtual void beecrypt::io::PrintStream::flush  )  throw () [virtual]
 

Reimplemented from beecrypt::io::FilterOutputStream.

void beecrypt::io::PrintStream::print const String  )  throw ()
 

void beecrypt::io::PrintStream::print const array< javachar > &   )  throw ()
 

void beecrypt::io::PrintStream::print javashort   )  throw ()
 

void beecrypt::io::PrintStream::print javalong   )  throw ()
 

void beecrypt::io::PrintStream::print javaint   )  throw ()
 

void beecrypt::io::PrintStream::print javachar   )  throw ()
 

void beecrypt::io::PrintStream::print bool   )  throw ()
 

void beecrypt::io::PrintStream::println const String  )  throw ()
 

void beecrypt::io::PrintStream::println const array< javachar > &   )  throw ()
 

void beecrypt::io::PrintStream::println javashort   )  throw ()
 

void beecrypt::io::PrintStream::println javalong   )  throw ()
 

void beecrypt::io::PrintStream::println javaint   )  throw ()
 

void beecrypt::io::PrintStream::println javachar   )  throw ()
 

void beecrypt::io::PrintStream::println bool   )  throw ()
 

void beecrypt::io::PrintStream::println  )  throw ()
 

void beecrypt::io::PrintStream::setError  )  throw () [protected]
 

virtual void beecrypt::io::PrintStream::write const byte data,
size_t  offset,
size_t  length
throw () [virtual]
 

Reimplemented from beecrypt::io::FilterOutputStream.

virtual void beecrypt::io::PrintStream::write byte  b  )  throw () [virtual]
 

Reimplemented from beecrypt::io::FilterOutputStream.


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 08:17:02 2005 for BeeCrypt by  doxygen 1.4.0