Class CharSpool

java.lang.Object
java.io.Writer
org.kohsuke.stapler.framework.io.CharSpool
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class CharSpool extends Writer
Writer that spools the output and writes to another Writer later.
Author:
Kohsuke Kawaguchi