hudson.util
Class CharSpool
java.lang.Object
java.io.Writer
hudson.util.CharSpool
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
Deprecated. since 2008-05-28. moved to stapler
public final class CharSpool
- extends Writer
Writer
that spools the output and writes to another Writer
later.
- Author:
- Kohsuke Kawaguchi
Method Summary |
void |
close()
Deprecated. |
void |
flush()
Deprecated. |
void |
write(char[] cbuf,
int off,
int len)
Deprecated. |
void |
write(int c)
Deprecated. |
void |
writeTo(Writer w)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharSpool
public CharSpool()
- Deprecated.
write
public void write(char[] cbuf,
int off,
int len)
- Deprecated.
- Specified by:
write
in class Writer
write
public void write(int c)
- Deprecated.
- Overrides:
write
in class Writer
flush
public void flush()
- Deprecated.
- Specified by:
flush
in interface Flushable
- Specified by:
flush
in class Writer
close
public void close()
- Deprecated.
- Specified by:
close
in interface Closeable
- Specified by:
close
in class Writer
writeTo
public void writeTo(Writer w)
throws IOException
- Deprecated.
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.