Class InputStreamHook.ReadObjectState
java.lang.Object
com.sun.corba.ee.impl.io.InputStreamHook.ReadObjectState
- Direct Known Subclasses:
InputStreamHook.DefaultState, InputStreamHook.InReadObjectDefaultsSentState, InputStreamHook.InReadObjectOptionalDataState, InputStreamHook.InReadObjectPastDefaultsRemoteDidNotUseWOState, InputStreamHook.InReadObjectRemoteDidNotUseWriteObjectState, InputStreamHook.NoReadObjectDefaultsSentState
- Enclosing class:
InputStreamHook
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidvoidfinal voidbeginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) voidbeginUnmarshalCustomValueOverride(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) final voidendDefaultReadObject(InputStreamHook stream) voidfinal voidvoidfinal voidreadData(InputStreamHook stream) voidreadDataOverride(InputStreamHook stream) toString()
-
Field Details
-
name
-
-
Constructor Details
-
ReadObjectState
public ReadObjectState()
-
-
Method Details
-
beginUnmarshalCustomValue
public final void beginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws IOException - Throws:
IOException
-
endUnmarshalCustomValue
- Throws:
IOException
-
beginDefaultReadObject
- Throws:
IOException
-
endDefaultReadObject
- Throws:
IOException
-
readData
- Throws:
IOException
-
beginUnmarshalCustomValueOverride
public void beginUnmarshalCustomValueOverride(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws IOException - Throws:
IOException
-
endUnmarshalCustomValueOverride
- Throws:
IOException
-
beginDefaultReadObjectOverride
- Throws:
IOException
-
endDefaultReadObjectOverride
- Throws:
IOException
-
readDataOverride
- Throws:
IOException
-
toString
-