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 (jchar) throw ()
void print (jint) throw ()
void print (jlong) throw ()
void print (jshort) throw ()
void print (const array< jchar > &) throw ()
void print (const String &) throw ()
void println () throw ()
void println (bool) throw ()
void println (jchar) throw ()
void println (jint) throw ()
void println (jlong) throw ()
void println (jshort) throw ()
void println (const array< jchar > &) throw ()
void println (const String &) throw ()

Protected Member Functions

void setError () throw ()


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< jchar > &   )  throw ()

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

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

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

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

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

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

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

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

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

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

void beecrypt::io::PrintStream::println ( jchar   )  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]

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 Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by  doxygen 1.5.8