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 theInputStreamFactoryto create aObjectInputStream.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateBasicInputStreamFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.ObjectInputcreate(java.io.InputStream in)Creates anObjectInputStreamover the top of the given input stream.
-
-
-
Method Detail
-
create
public java.io.ObjectInput create(java.io.InputStream in) throws java.io.IOExceptionCreates anObjectInputStreamover the top of the given input stream.- Specified by:
createin interfaceSerializedData.InputStreamFactory- Throws:
java.io.IOException
-
-