wt.util
Class WrappedSocket.Output
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
wt.util.WrappedSocket.Output
- Enclosing class:
- WrappedSocket
- class WrappedSocket.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 |
WrappedSocket.Output
public WrappedSocket.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