wt.method
Class OutputStreamProxy.Test.TestOutput

java.lang.Object
  extended byjava.io.OutputStream
      extended bywt.method.OutputStreamProxy.Test.TestOutput
Enclosing class:
OutputStreamProxy.Test

static class OutputStreamProxy.Test.TestOutput
extends OutputStream


Field Summary
private  int count
           
private  int limit
           
 
Constructor Summary
(package private) OutputStreamProxy.Test.TestOutput(int recv_limit)
           
 
Method Summary
(package private)  int received()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, 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

OutputStreamProxy.Test.TestOutput

OutputStreamProxy.Test.TestOutput(int recv_limit)
Method Detail

write

public void write(int b)
           throws IOException
Throws:
IOException

received

int received()