Package com.sun.corba.ee.impl.io
Class InputStreamHook.DefaultState
- java.lang.Object
-
- com.sun.corba.ee.impl.io.InputStreamHook.ReadObjectState
-
- com.sun.corba.ee.impl.io.InputStreamHook.DefaultState
-
- Enclosing class:
- InputStreamHook
protected static class InputStreamHook.DefaultState extends InputStreamHook.ReadObjectState
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beginUnmarshalCustomValueOverride(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject)
-
Methods inherited from class com.sun.corba.ee.impl.io.InputStreamHook.ReadObjectState
beginDefaultReadObject, beginDefaultReadObjectOverride, beginUnmarshalCustomValue, endDefaultReadObject, endDefaultReadObjectOverride, endUnmarshalCustomValue, endUnmarshalCustomValueOverride, readData, readDataOverride, toString
-
-
-
-
Method Detail
-
beginUnmarshalCustomValueOverride
public void beginUnmarshalCustomValueOverride(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws java.io.IOException
- Overrides:
beginUnmarshalCustomValueOverride
in classInputStreamHook.ReadObjectState
- Throws:
java.io.IOException
-
-