Class WriterFacade

java.lang.Object
java.io.Writer
com.aoapps.lang.io.WriterFacade
All Implemented Interfaces:
NoClose, Closeable, Flushable, Appendable, AutoCloseable

public final class WriterFacade extends Writer implements NoClose
Wraps a writer while passing-through all methods of the writer class. This is used to hide the implementation of writer from calling classes.
Author:
AO Industries, Inc.