stepc
Class NullWriter
java.lang.Object
  |
  +--java.io.Writer
        |
        +--stepc.NullWriter
- public class NullWriter- extends Writer
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
NullWriter
public NullWriter()
close
public void close()
           throws IOException
- 
- Specified by:
- closein class- Writer
 
- 
- IOException
 
flush
public void flush()
           throws IOException
- 
- Specified by:
- flushin class- Writer
 
- 
- IOException
 
write
public void write(char[] cbuf)
           throws IOException
- 
- Overrides:
- writein class- Writer
 
- 
- IOException
 
write
public void write(char[] cbuf,
                  int off,
                  int len)
           throws IOException
- 
- Specified by:
- writein class- Writer
 
- 
- IOException
 
write
public void write(int c)
           throws IOException
- 
- Overrides:
- writein class- Writer
 
- 
- IOException
 
write
public void write(String str)
           throws IOException
- 
- Overrides:
- writein class- Writer
 
- 
- IOException
 
write
public void write(String str,
                  int off,
                  int len)
           throws IOException
- 
- Overrides:
- writein class- Writer
 
- 
- IOException