public interface JPPFObjectStreamBuilder
| Modifier and Type | Method and Description |
|---|---|
ObjectInputStream |
newObjectInputStream(InputStream in)
Obtain an input stream used for deserializing objects.
|
ObjectOutputStream |
newObjectOutputStream(OutputStream out)
Obtain an Output stream used for serializing objects.
|
ObjectInputStream newObjectInputStream(InputStream in) throws Exception
in - input stream to read from.ObjectInputStreamException - if an error is raised while creating the stream.ObjectOutputStream newObjectOutputStream(OutputStream out) throws Exception
out - output stream to write to.ObjectOutputStreamException - if an error is raised while creating the stream.Copyright © 2005-2012 JPPF Team.