org.sapia.ubik.net.udp
Interface ObjectStreamFactory

All Known Implementing Classes:
ObjectStreamFactory.DefaultObjectStreamFactory, UdpRmiConnection.UdpObjectStreamFactory

public interface ObjectStreamFactory

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Nested Class Summary
static class ObjectStreamFactory.DefaultObjectStreamFactory
           
 
Field Summary
static ObjectStreamFactory DEFAULT_FACTORY
           
 
Method Summary
 java.io.ObjectOutputStream toOutput(java.io.OutputStream os)
           
 

Field Detail

DEFAULT_FACTORY

static final ObjectStreamFactory DEFAULT_FACTORY
Method Detail

toOutput

java.io.ObjectOutputStream toOutput(java.io.OutputStream os)
                                    throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010 Sapia OSS. All Rights Reserved.