|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.Writer | +--gecco.util.NullWriter
Description of the Class
Fields inherited from class java.io.Writer |
lock |
Constructor Summary | |
NullWriter()
Constructor for the NullWriter object |
Method Summary | |
void |
close()
Description of the Method |
void |
flush()
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullWriter()
Method Detail |
public void close()
close
in class Writer
public void flush()
flush
in class Writer
public void write(char[] cbuf)
write
in class Writer
cbuf
- Description of Parameterpublic void write(char[] cbuf, int off, int len)
write
in class Writer
cbuf
- Description of Parameteroff
- Description of Parameterlen
- Description of Parameterpublic void write(int c)
write
in class Writer
c
- Description of Parameterpublic void write(String str)
write
in class Writer
str
- Description of Parameterpublic void write(String str, int off, int len)
write
in class Writer
str
- Description of Parameteroff
- Description of Parameterlen
- Description of Parameter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |