Uses of Interface
org.jcsp.net.dynamic.SerializedData.InputStreamFactory
-
Packages that use SerializedData.InputStreamFactory Package Description org.jcsp.net.dynamic Supports dynamic operations over the JCSP.NET infrastructure. -
-
Uses of SerializedData.InputStreamFactory in org.jcsp.net.dynamic
Classes in org.jcsp.net.dynamic that implement SerializedData.InputStreamFactory Modifier and Type Class Description private class
DynamicClassLoaderMessage.AdvancedInputStreamFactory
Factory for creating instances ofAdvancedObjectInputStream
bound to a given class manager.private class
SerializedData.BasicInputStreamFactory
Implementation of theInputStreamFactory
to create aObjectInputStream
.Methods in org.jcsp.net.dynamic with parameters of type SerializedData.InputStreamFactory Modifier and Type Method Description java.lang.Object
SerializedData. get(SerializedData.InputStreamFactory factory)
Deserializes the object from the byte[] array and returns it.
-