Package edu.uky.ai.io
Class DummyWriter
java.lang.Object
java.io.Writer
edu.uky.ai.io.DummyWriter
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
An implementation of
Writer that does nothing.- Author:
- Stephen G. Ware
-
Constructor Details
-
DummyWriter
public DummyWriter()
-
-
Method Details
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-