#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 (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 () |
beecrypt::io::PrintStream::PrintStream | ( | OutputStream & | out, | |
bool | autoflush = false , |
|||
const char * | encoding = 0 | |||
) |
virtual beecrypt::io::PrintStream::~PrintStream | ( | ) | [virtual] |
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.