org.jboss.cache.marshall
Interface ObjectStreamFactory


public interface ObjectStreamFactory

ObjectStreamFactory

Since:
1.4.1
Author:
Clebert Suconic, Galder Zamarreno

Method Summary
 ObjectInputStream createObjectInputStream(byte[] bytes)
           
 ObjectInputStream createObjectInputStream(InputStream in)
           
 ObjectOutputStream createObjectOutputStream(OutputStream out)
           
 

Method Detail

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.