org.shoal.ha.cache.api
Interface ObjectInputOutputStreamFactory
- All Known Implementing Classes:
- DefaultObjectInputOutputStreamFactory
public interface ObjectInputOutputStreamFactory
- Author:
- Mahesh Kannan
createObjectInputStream
java.io.ObjectInputStream createObjectInputStream(java.io.InputStream in,
java.lang.ClassLoader loader)
throws java.io.IOException
- Throws:
java.io.IOException
createObjectOutputStream
java.io.ObjectOutputStream createObjectOutputStream(java.io.OutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010. All Rights Reserved.