hudson.util
Class CharSpool

java.lang.Object
  extended by java.io.Writer
      extended by 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

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
CharSpool()
          Deprecated.  
 
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.io.Writer
append, append, append, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharSpool

public CharSpool()
Deprecated. 
Method Detail

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.