jml2b.util
Interface IOutputStream
- All Known Implementing Classes: 
 - JpoOutputStream
 
- public interface IOutputStream
 
- Author:
 
  - L. Burdy
 
 
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