Package com.sun.corba.ee.impl.io
Class OutputStreamHook.WriteObjectState
java.lang.Object
com.sun.corba.ee.impl.io.OutputStreamHook.WriteObjectState
- Direct Known Subclasses:
OutputStreamHook.DefaultState
,OutputStreamHook.InWriteObjectState
- Enclosing class:
OutputStreamHook
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
defaultWriteObject
(OutputStreamHook stream) void
final void
enterWriteObject
(OutputStreamHook stream) void
final void
exitWriteObject
(OutputStreamHook stream) void
toString()
final void
writeData
(OutputStreamHook stream) void
writeDataOverride
(OutputStreamHook stream)
-
Field Details
-
name
-
-
Constructor Details
-
WriteObjectState
public WriteObjectState()
-
-
Method Details
-
enterWriteObject
- Throws:
IOException
-
exitWriteObject
- Throws:
IOException
-
defaultWriteObject
- Throws:
IOException
-
writeData
- Throws:
IOException
-
enterWriteObjectOverride
- Throws:
IOException
-
exitWriteObjectOverride
- Throws:
IOException
-
defaultWriteObjectOverride
- Throws:
IOException
-
writeDataOverride
- Throws:
IOException
-
toString
-