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
IOExceptionObjectInputStream createObjectInputStream(InputStream is, ClassLoader loader) throws IOException
IOExceptionCopyright © 2017-2019 Eclipse Foundation. All Rights Reserved.