Class NullWriter

java.lang.Object
java.io.Writer
org.apache.tiles.autotag.core.runtime.util.NullWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class NullWriter extends Writer
A writer that does not write anything.
  • Constructor Details

    • NullWriter

      public NullWriter()
  • Method Details