Package com.sun.corba.ee.impl.io
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 void
void
final void
beginUnmarshalCustomValue
(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) void
beginUnmarshalCustomValueOverride
(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) final void
endDefaultReadObject
(InputStreamHook stream) void
final void
void
final void
readData
(InputStreamHook stream) void
readDataOverride
(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
-