com.ibm.jtopenlite
Class HostServerConnection.HostOutputStream
java.lang.Object
com.ibm.jtopenlite.HostServerConnection.HostOutputStream
- Enclosing class:
- HostServerConnection
protected static final class HostServerConnection.HostOutputStream
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HostServerConnection.HostOutputStream
public HostServerConnection.HostOutputStream(OutputStream out)
setDebug
public void setDebug(boolean debug)
writeInt
public void writeInt(int i)
throws IOException
- Throws:
IOException
writeShort
public void writeShort(int i)
throws IOException
- Throws:
IOException
writeLong
public void writeLong(long l)
throws IOException
- Throws:
IOException
write
public void write(byte[] b)
throws IOException
- Throws:
IOException
write
public void write(byte[] b,
int offset,
int length)
throws IOException
- Throws:
IOException
write
public void write(int i)
throws IOException
- Throws:
IOException
writeByte
public void writeByte(int i)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException