fr.dyade.aaa.jndi2.msg
Class SerialOutputStream

java.lang.Object
  extended byfr.dyade.aaa.jndi2.msg.SerialOutputStream

public class SerialOutputStream
extends java.lang.Object


Constructor Summary
SerialOutputStream(java.io.OutputStream out)
          Creates a filter built on top of the specified OutputStream.
 
Method Summary
 void close()
          Closes the stream.
 void writeInt(int i)
           
 void writeObject(java.lang.Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialOutputStream

public SerialOutputStream(java.io.OutputStream out)
                   throws java.io.IOException
Creates a filter built on top of the specified OutputStream.

Method Detail

writeObject

public void writeObject(java.lang.Object msg)
                 throws java.io.IOException
Throws:
java.io.IOException

writeInt

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

close

public void close()
           throws java.io.IOException
Closes the stream.

Throws:
java.io.IOException


Copyright ? 2004 Scalagent - All rights reserved