com.ibm.jtopenlite
Class HostServerConnection.HostOutputStream

java.lang.Object
  extended by com.ibm.jtopenlite.HostServerConnection.HostOutputStream
Enclosing class:
HostServerConnection

protected static final class HostServerConnection.HostOutputStream
extends Object


Constructor Summary
HostServerConnection.HostOutputStream(OutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 void setDebug(boolean debug)
           
 void write(byte[] b)
           
 void write(byte[] b, int offset, int length)
           
 void write(int i)
           
 void writeByte(int i)
           
 void writeInt(int i)
           
 void writeLong(long l)
           
 void writeShort(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostServerConnection.HostOutputStream

public HostServerConnection.HostOutputStream(OutputStream out)
Method Detail

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