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

public class DummyWriter extends Writer
An implementation of Writer that does nothing.
Author:
Stephen G. Ware