public interface ObjectInputOutputStreamFactory
Modifier and Type | Method and Description |
---|---|
ObjectInputStream |
createObjectInputStream(InputStream is,
ClassLoader loader) |
ObjectOutputStream |
createObjectOutputStream(OutputStream os) |
ObjectOutputStream createObjectOutputStream(OutputStream os) throws IOException
IOException
ObjectInputStream createObjectInputStream(InputStream is, ClassLoader loader) throws IOException
IOException
Copyright © 2016 Oracle Corporation. All rights reserved.