wt.boot
Class WTRMIURLSocketFactory.URLSocket.Output

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended bywt.boot.WTRMIURLSocketFactory.URLSocket.Output
Enclosing class:
WTRMIURLSocketFactory.URLSocket

class WTRMIURLSocketFactory.URLSocket.Output
extends FilterOutputStream


Field Summary
private  boolean bytesSent
           
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
(package private) WTRMIURLSocketFactory.URLSocket.Output(OutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.FilterOutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytesSent

private boolean bytesSent
Constructor Detail

WTRMIURLSocketFactory.URLSocket.Output

WTRMIURLSocketFactory.URLSocket.Output(OutputStream out)
                                 throws IOException
Method Detail

write

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

write

public void write(byte[] b,
                  int off,
                  int len)
           throws IOException
Throws:
IOException

flush

public void flush()
           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException