Package org.kohsuke.stapler.framework.io
Class CharSpool
java.lang.Object
java.io.Writer
org.kohsuke.stapler.framework.io.CharSpool
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CharSpool
public CharSpool()
-
-
Method Details
-
write
public void write(char[] cbuf, int off, int len) -
write
public void write(int c) -
flush
public void flush() -
close
public void close() -
writeTo
- Throws:
IOException
-