Class ChainWriter

java.lang.Object
com.aoapps.encoding.ChainWriter
All Implemented Interfaces:
Closeable, Appendable, AutoCloseable

@ThreadSafe public final class ChainWriter extends Object implements Appendable, Closeable
A chain writer encapsulates a PrintWriter and returns the ChainWriter instance on most methods. This gives the ability to call code like out.print("Hi ").print(name).print('!');
Author:
AO Industries, Inc.