fr.dyade.aaa.jndi2.msg

Class SerialOutputStream


public class SerialOutputStream
extends java.lang.Object

Constructor Summary

SerialOutputStream(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(Object msg)

Constructor Details

SerialOutputStream

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

Method Details

close

public void close()
            throws IOException
Closes the stream.


writeInt

public void writeInt(int i)
            throws IOException


writeObject

public void writeObject(Object msg)
            throws IOException


Copyright B) 2004 Scalagent - All rights reserved