Package org.jcsp.net
Interface SerializedObject.InputStreamFactory
-
- All Known Implementing Classes:
SerializedObject.BasicInputStreamFactory
- Enclosing class:
- SerializedObject
public static interface SerializedObject.InputStreamFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.ObjectInput
create(java.io.InputStream in)
-