PrintStream

Undocumented in source.

Constructors

this
this(OutputStream out_)
Undocumented in source.
this
this(OutputStream out_, bool autoFlush)
Undocumented in source.
this
this(OutputStream out_, bool autoFlush, String encoding)
Undocumented in source.

Members

Functions

checkError
bool checkError()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(double d)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(float f)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(int i)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(long l)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println()
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(bool x)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(char x)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(double x)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(float x)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(long x)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(Object x)
Undocumented in source. Be warned that the author may not have intended to support it.
println
void println(String x)
Undocumented in source. Be warned that the author may not have intended to support it.
setError
void setError()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(byte[] buf, int off, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(int b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta