wt.method
Class WriterProxy.Test.TestWriter

java.lang.Object
  extended byjava.io.Writer
      extended bywt.method.WriterProxy.Test.TestWriter
Enclosing class:
WriterProxy.Test

static class WriterProxy.Test.TestWriter
extends Writer


Field Summary
private  int count
           
private  int limit
           
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
(package private) WriterProxy.Test.TestWriter(int recv_limit)
           
 
Method Summary
 void close()
           
 void flush()
           
(package private)  int received()
           
 void write(char c)
           
 void write(char[] c, int off, int len)
           
 
Methods inherited from class java.io.Writer
write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

limit

private int limit

count

private int count
Constructor Detail

WriterProxy.Test.TestWriter

WriterProxy.Test.TestWriter(int recv_limit)
Method Detail

write

public void write(char c)
           throws IOException
Throws:
IOException

write

public void write(char[] c,
                  int off,
                  int len)
           throws IOException
Throws:
IOException

received

int received()

close

public void close()

flush

public void flush()