Package org.glassfish.ha.store.spi
Interface ObjectInputOutputStreamFactory
-
public interface ObjectInputOutputStreamFactory- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectInputStreamcreateObjectInputStream(InputStream is, ClassLoader loader)ObjectOutputStreamcreateObjectOutputStream(OutputStream os)
-
-
-
Method Detail
-
createObjectOutputStream
ObjectOutputStream createObjectOutputStream(OutputStream os) throws IOException
- Throws:
IOException
-
createObjectInputStream
ObjectInputStream createObjectInputStream(InputStream is, ClassLoader loader) throws IOException
- Throws:
IOException
-
-