Package com.sun.corba.se.impl.io
Class OutputStreamHook.InWriteObjectState
java.lang.Object
com.sun.corba.se.impl.io.OutputStreamHook.WriteObjectState
com.sun.corba.se.impl.io.OutputStreamHook.InWriteObjectState
- Direct Known Subclasses:
OutputStreamHook.WroteCustomDataState,OutputStreamHook.WroteDefaultDataState
- Enclosing class:
- OutputStreamHook
protected static class OutputStreamHook.InWriteObjectState
extends OutputStreamHook.WriteObjectState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddefaultWriteObject(OutputStreamHook stream) voidenterWriteObject(OutputStreamHook stream) voidexitWriteObject(OutputStreamHook stream) voidwriteData(OutputStreamHook stream)
-
Constructor Details
-
InWriteObjectState
protected InWriteObjectState()
-
-
Method Details
-
enterWriteObject
- Overrides:
enterWriteObjectin classOutputStreamHook.WriteObjectState- Throws:
IOException
-
exitWriteObject
- Overrides:
exitWriteObjectin classOutputStreamHook.WriteObjectState- Throws:
IOException
-
defaultWriteObject
- Overrides:
defaultWriteObjectin classOutputStreamHook.WriteObjectState- Throws:
IOException
-
writeData
- Overrides:
writeDatain classOutputStreamHook.WriteObjectState- Throws:
IOException
-