org.glassfish.ha.store.spi
Interface ObjectInputOutputStreamFactory


public interface ObjectInputOutputStreamFactory

Author:
Mahesh Kannan

Method Summary
 ObjectInputStream createObjectInputStream(InputStream is, ClassLoader loader)
           
 ObjectOutputStream createObjectOutputStream(OutputStream os)
           
 

Method Detail

createObjectOutputStream

ObjectOutputStream createObjectOutputStream(OutputStream os)
                                            throws IOException
Throws:
IOException

createObjectInputStream

ObjectInputStream createObjectInputStream(InputStream is,
                                          ClassLoader loader)
                                          throws IOException
Throws:
IOException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.