Package com.sun.corba.se.impl.io
Class InputStreamHook.ReadObjectState
java.lang.Object
com.sun.corba.se.impl.io.InputStreamHook.ReadObjectState
- Direct Known Subclasses:
InputStreamHook.DefaultState,InputStreamHook.InReadObjectDefaultsSentState,InputStreamHook.InReadObjectOptionalDataState,InputStreamHook.InReadObjectPastDefaultsRemoteDidNotUseWOState,InputStreamHook.InReadObjectRemoteDidNotUseWriteObjectState,InputStreamHook.NoReadObjectDefaultsSentState
- Enclosing class:
- InputStreamHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbeginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) voidendDefaultReadObject(InputStreamHook stream) voidvoidreadData(InputStreamHook stream)
-
Constructor Details
-
ReadObjectState
protected ReadObjectState()
-
-
Method Details
-
beginUnmarshalCustomValue
public void beginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws IOException - Throws:
IOException
-
endUnmarshalCustomValue
- Throws:
IOException
-
beginDefaultReadObject
- Throws:
IOException
-
endDefaultReadObject
- Throws:
IOException
-
readData
- Throws:
IOException
-