|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.io.Writer
|
+--java.io.PrintWriter
|
+--gecco.util.AutoFlushWriter
Description of the Class
| Field Summary |
| Fields inherited from class java.io.PrintWriter |
out |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
AutoFlushWriter(OutputStream out)
Constructor for the AutoFlushWriter object |
|
AutoFlushWriter(Writer out)
Constructor for the AutoFlushWriter object |
|
| Method Summary | |
void |
print(boolean b)
Description of the Method |
void |
print(char c)
Description of the Method |
void |
print(char[] s)
Description of the Method |
void |
print(double d)
Description of the Method |
void |
print(float f)
Description of the Method |
void |
print(int i)
Description of the Method |
void |
print(long l)
Description of the Method |
void |
print(Object obj)
Description of the Method |
void |
print(String s)
Description of the Method |
void |
println()
Description of the Method |
void |
println(boolean b)
Description of the Method |
void |
println(char c)
Description of the Method |
void |
println(char[] s)
Description of the Method |
void |
println(double d)
Description of the Method |
void |
println(float f)
Description of the Method |
void |
println(int i)
Description of the Method |
void |
println(long l)
Description of the Method |
void |
println(Object o)
Description of the Method |
void |
println(String s)
Description of the Method |
void |
write(char[] cbuf)
Description of the Method |
void |
write(char[] cbuf,
int off,
int len)
Description of the Method |
void |
write(int c)
Description of the Method |
void |
write(String str)
Description of the Method |
void |
write(String str,
int off,
int len)
Description of the Method |
| Methods inherited from class java.io.PrintWriter |
checkError, close, flush, setError |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AutoFlushWriter(Writer out)
out - Description of Parameterpublic AutoFlushWriter(OutputStream out)
out - Description of Parameter| Method Detail |
public void print(boolean b)
print in class PrintWriterb - Description of Parameterpublic void print(char c)
print in class PrintWriterc - Description of Parameterpublic void print(char[] s)
print in class PrintWriters - Description of Parameterpublic void print(double d)
print in class PrintWriterd - Description of Parameterpublic void print(float f)
print in class PrintWriterf - Description of Parameterpublic void print(int i)
print in class PrintWriteri - Description of Parameterpublic void print(long l)
print in class PrintWriterl - Description of Parameterpublic void print(Object obj)
print in class PrintWriterobj - Description of Parameterpublic void print(String s)
print in class PrintWriters - Description of Parameterpublic void println()
println in class PrintWriterpublic void println(boolean b)
println in class PrintWriterb - Description of Parameterpublic void println(char c)
println in class PrintWriterc - Description of Parameterpublic void println(char[] s)
println in class PrintWriters - Description of Parameterpublic void println(double d)
println in class PrintWriterd - Description of Parameterpublic void println(float f)
println in class PrintWriterf - Description of Parameterpublic void println(int i)
println in class PrintWriteri - Description of Parameterpublic void println(long l)
println in class PrintWriterl - Description of Parameterpublic void println(Object o)
println in class PrintWritero - Description of Parameterpublic void println(String s)
println in class PrintWriters - Description of Parameter
public void write(char[] cbuf,
int off,
int len)
write in class PrintWritercbuf - Description of Parameteroff - Description of Parameterlen - Description of Parameterpublic void write(char[] cbuf)
write in class PrintWritercbuf - Description of Parameterpublic void write(int c)
write in class PrintWriterc - Description of Parameter
public void write(String str,
int off,
int len)
write in class PrintWriterstr - Description of Parameteroff - Description of Parameterlen - Description of Parameterpublic void write(String str)
write in class PrintWriterstr - Description of Parameter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||