Class CharSpool
- java.lang.Object
-
- java.io.Writer
-
- org.glassfish.admin.rest.logviewer.CharSpool
-
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
public final class CharSpool extends Writer
- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description CharSpool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidwrite(char[] cbuf, int off, int len)voidwrite(int c)voidwriteTo(Writer w)
-
-
-
Method Detail
-
flush
public void flush()
-
close
public void close()
-
writeTo
public void writeTo(Writer w) throws IOException
- Throws:
IOException
-
-