#include <PrintStream.h>
Inheritance diagram for beecrypt::io::PrintStream:


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 () |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Reimplemented from beecrypt::io::FilterOutputStream. |
|
|
Reimplemented from beecrypt::io::FilterOutputStream. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from beecrypt::io::FilterOutputStream. |
|
|
Reimplemented from beecrypt::io::FilterOutputStream. |
1.4.0