jml2b.util
Interface IOutputStream

All Known Implementing Classes:
JpoOutputStream

public interface IOutputStream

Author:
L. Burdy

Method Summary
 void writeBoolean(boolean b)
           
 void writeByte(int tag)
           
 void writeInt(int tag)
           
 void writeUTF(java.lang.String string)
           
 

Method Detail

writeUTF

public void writeUTF(java.lang.String string)
              throws java.io.IOException
Throws:
java.io.IOException

writeByte

public void writeByte(int tag)
               throws java.io.IOException
Throws:
java.io.IOException

writeInt

public void writeInt(int tag)
              throws java.io.IOException
Throws:
java.io.IOException

writeBoolean

public void writeBoolean(boolean b)
                  throws java.io.IOException
Throws:
java.io.IOException