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 classDynamicClassLoaderMessage.AdvancedInputStreamFactoryFactory for creating instances ofAdvancedObjectInputStreambound to a given class manager.private classSerializedData.BasicInputStreamFactoryImplementation of theInputStreamFactoryto create aObjectInputStream.Methods in org.jcsp.net.dynamic with parameters of type SerializedData.InputStreamFactory Modifier and Type Method Description java.lang.ObjectSerializedData. get(SerializedData.InputStreamFactory factory)Deserializes the object from the byte[] array and returns it.
-