#include <PrintStream.h>


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 () |
| beecrypt::io::PrintStream::PrintStream | ( | OutputStream & | out, | |
| bool | autoflush = false, |
|||
| const char * | encoding = 0 | |||
| ) |
| virtual beecrypt::io::PrintStream::~PrintStream | ( | ) | [virtual] |
| void beecrypt::io::PrintStream::setError | ( | ) | throw () [protected] |
| 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.
| virtual void beecrypt::io::PrintStream::write | ( | byte | b | ) | throw () [virtual] |
Reimplemented from beecrypt::io::FilterOutputStream.
| virtual void beecrypt::io::PrintStream::write | ( | const byte * | data, | |
| size_t | offset, | |||
| size_t | length | |||
| ) | throw () [virtual] |
Reimplemented from beecrypt::io::FilterOutputStream.
| bool beecrypt::io::PrintStream::checkError | ( | ) | throw () |
| void beecrypt::io::PrintStream::print | ( | bool | ) | throw () |
| void beecrypt::io::PrintStream::print | ( | javachar | ) | throw () |
| void beecrypt::io::PrintStream::print | ( | javaint | ) | throw () |
| void beecrypt::io::PrintStream::print | ( | javalong | ) | throw () |
| void beecrypt::io::PrintStream::print | ( | javashort | ) | throw () |
| void beecrypt::io::PrintStream::print | ( | const String & | ) | throw () |
| void beecrypt::io::PrintStream::println | ( | ) | throw () |
| void beecrypt::io::PrintStream::println | ( | bool | ) | throw () |
| void beecrypt::io::PrintStream::println | ( | javachar | ) | throw () |
| void beecrypt::io::PrintStream::println | ( | javaint | ) | throw () |
| void beecrypt::io::PrintStream::println | ( | javalong | ) | throw () |
| void beecrypt::io::PrintStream::println | ( | javashort | ) | throw () |
| void beecrypt::io::PrintStream::println | ( | const String & | ) | throw () |
1.5.5