Package com.sun.corba.se.impl.io
Class InputStreamHook.DefaultState
java.lang.Object
com.sun.corba.se.impl.io.InputStreamHook.ReadObjectState
com.sun.corba.se.impl.io.InputStreamHook.DefaultState
- Enclosing class:
- InputStreamHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) Methods inherited from class com.sun.corba.se.impl.io.InputStreamHook.ReadObjectState
beginDefaultReadObject, endDefaultReadObject, endUnmarshalCustomValue, readData
-
Constructor Details
-
DefaultState
protected DefaultState()
-
-
Method Details
-
beginUnmarshalCustomValue
public void beginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws IOException - Overrides:
beginUnmarshalCustomValuein classInputStreamHook.ReadObjectState- Throws:
IOException
-