Package org.jcsp.net.dynamic
Interface SerializedData.InputStreamFactory
- All Known Implementing Classes:
DynamicClassLoaderMessage.AdvancedInputStreamFactory
,SerializedData.BasicInputStreamFactory
- Enclosing class:
SerializedData
public static interface SerializedData.InputStreamFactory
Factory for creating object input streams.
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(InputStream in) Creates an object input stream based on the given input stream.
-
Method Details
-
create
Creates an object input stream based on the given input stream.- Throws:
IOException
-