Package org.jcsp.net.dynamic
Interface SerializedData.InputStreamFactory
-
- All Known Implementing Classes:
DynamicClassLoaderMessage.AdvancedInputStreamFactory,SerializedData.BasicInputStreamFactory
- Enclosing class:
- SerializedData
public static interface SerializedData.InputStreamFactoryFactory for creating object input streams.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.ObjectInputcreate(java.io.InputStream in)Creates an object input stream based on the given input stream.
-