|
|||||||||||
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 ParameterMethod Detail |
public void print(boolean b)
print
in class PrintWriter
b
- Description of Parameterpublic void print(char c)
print
in class PrintWriter
c
- Description of Parameterpublic void print(char[] s)
print
in class PrintWriter
s
- Description of Parameterpublic void print(double d)
print
in class PrintWriter
d
- Description of Parameterpublic void print(float f)
print
in class PrintWriter
f
- Description of Parameterpublic void print(int i)
print
in class PrintWriter
i
- Description of Parameterpublic void print(long l)
print
in class PrintWriter
l
- Description of Parameterpublic void print(Object obj)
print
in class PrintWriter
obj
- Description of Parameterpublic void print(String s)
print
in class PrintWriter
s
- Description of Parameterpublic void println()
println
in class PrintWriter
public void println(boolean b)
println
in class PrintWriter
b
- Description of Parameterpublic void println(char c)
println
in class PrintWriter
c
- Description of Parameterpublic void println(char[] s)
println
in class PrintWriter
s
- Description of Parameterpublic void println(double d)
println
in class PrintWriter
d
- Description of Parameterpublic void println(float f)
println
in class PrintWriter
f
- Description of Parameterpublic void println(int i)
println
in class PrintWriter
i
- Description of Parameterpublic void println(long l)
println
in class PrintWriter
l
- Description of Parameterpublic void println(Object o)
println
in class PrintWriter
o
- Description of Parameterpublic void println(String s)
println
in class PrintWriter
s
- Description of Parameterpublic void write(char[] cbuf, int off, int len)
write
in class PrintWriter
cbuf
- Description of Parameteroff
- Description of Parameterlen
- Description of Parameterpublic void write(char[] cbuf)
write
in class PrintWriter
cbuf
- Description of Parameterpublic void write(int c)
write
in class PrintWriter
c
- Description of Parameterpublic void write(String str, int off, int len)
write
in class PrintWriter
str
- Description of Parameteroff
- Description of Parameterlen
- Description of Parameterpublic void write(String str)
write
in class PrintWriter
str
- Description of Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |