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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.ObjectInput
create(java.io.InputStream in)
Creates an object input stream based on the given input stream.
-