|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
gecco.util.NullWriter
Description of the Class
Field Summary |
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()
public void flush()
public void write(char[] cbuf)
cbuf
- Description of Parameterpublic void write(char[] cbuf, int off, int len)
cbuf
- Description of Parameteroff
- Description of Parameterlen
- Description of Parameterpublic void write(int c)
c
- Description of Parameterpublic void write(String str)
str
- Description of Parameterpublic void write(String str, int off, int len)
str
- Description of Parameteroff
- Description of Parameterlen
- Description of Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |