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 java.lang.Object implements SerializedData.InputStreamFactory
Implementation of theInputStreamFactory
to create aObjectInputStream
.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
BasicInputStreamFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.ObjectInput
create(java.io.InputStream in)
Creates anObjectInputStream
over the top of the given input stream.
-
-
-
Method Detail
-
create
public java.io.ObjectInput create(java.io.InputStream in) throws java.io.IOException
Creates anObjectInputStream
over the top of the given input stream.- Specified by:
create
in interfaceSerializedData.InputStreamFactory
- Throws:
java.io.IOException
-
-