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 voiddefaultWriteObject(OutputStreamHook stream) voidfinal voidenterWriteObject(OutputStreamHook stream) voidfinal voidexitWriteObject(OutputStreamHook stream) voidtoString()final voidwriteData(OutputStreamHook stream) voidwriteDataOverride(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
-