wt.util
Class WrappedPostlessSocket.Output
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
wt.util.WrappedPostlessSocket.Output
- Enclosing class:
- WrappedPostlessSocket
- class WrappedPostlessSocket.Output
- extends FilterOutputStream
Method Summary |
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
firstWrite
private boolean firstWrite
WrappedPostlessSocket.Output
public WrappedPostlessSocket.Output(OutputStream output_stream)
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