wt.method
Class WriterProxy.Test.TestWriter
java.lang.Object
java.io.Writer
wt.method.WriterProxy.Test.TestWriter
- Enclosing class:
- WriterProxy.Test
- static class WriterProxy.Test.TestWriter
- extends Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
limit
private int limit
count
private int count
WriterProxy.Test.TestWriter
WriterProxy.Test.TestWriter(int recv_limit)
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()