Package org.jcsp.net.dynamic
Class SerializedData.BasicInputStreamFactory
java.lang.Object
org.jcsp.net.dynamic.SerializedData.BasicInputStreamFactory
- All Implemented Interfaces:
SerializedData.InputStreamFactory
- Enclosing class:
- SerializedData
private class SerializedData.BasicInputStreamFactory
extends Object
implements SerializedData.InputStreamFactory
Implementation of the
InputStreamFactory
to create a ObjectInputStream
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(InputStream in) Creates anObjectInputStream
over the top of the given input stream.
-
Constructor Details
-
BasicInputStreamFactory
private BasicInputStreamFactory()
-
-
Method Details
-
create
Creates anObjectInputStream
over the top of the given input stream.- Specified by:
create
in interfaceSerializedData.InputStreamFactory
- Throws:
IOException
-