wt.util
Class WrappedPostlessSocket.Output

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended bywt.util.WrappedPostlessSocket.Output
Enclosing class:
WrappedPostlessSocket

class WrappedPostlessSocket.Output
extends FilterOutputStream


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

Field Detail

firstWrite

private boolean firstWrite
Constructor Detail

WrappedPostlessSocket.Output

public WrappedPostlessSocket.Output(OutputStream output_stream)
Method Detail

write

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

write

public void write(byte[] b)
           throws IOException
Throws:
IOException

write

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