List of usage examples for java.io ObjectInput interface-usage
From source file org.apache.axis2.context.externalize.DebugObjectInput.java
/** * DebugObjectInput delegates to an ObjectInput object. * Each method logs in/out trace information. */ public class DebugObjectInput implements ObjectInput, ObjectStreamConstants {
From source file org.apache.axis2.context.externalize.SafeObjectInputStream.java
/** * A SafeObjectInputStream reads data that was written by SafeObjectOutputStream * * @see SafeObjectInput */ public class SafeObjectInputStream implements ObjectInput, ObjectStreamConstants {
From source file com.exadel.flamingo.flex.messaging.amf.io.AMF3Deserializer.java
/** * @author Franck WOLFF */ public class AMF3Deserializer extends DataInputStream implements ObjectInput, AMF3Constants { ///////////////////////////////////////////////////////////////////////////