org.jboss.cache.marshall
Interface ObjectStreamFactory
public interface ObjectStreamFactory
ObjectStreamFactory
- Since:
- 1.4.1
- Author:
- Clebert Suconic, Galder Zamarreno
createObjectOutputStream
ObjectOutputStream createObjectOutputStream(OutputStream out)
throws IOException
- Throws:
IOException
createObjectInputStream
ObjectInputStream createObjectInputStream(byte[] bytes)
throws IOException
- Throws:
IOException
createObjectInputStream
ObjectInputStream createObjectInputStream(InputStream in)
throws IOException
- Throws:
IOException
Copyright © 2007 JBoss, a division of Red Hat. All Rights Reserved.