protected static class OutputStreamHook.WriteObjectState extends Object
| Constructor and Description |
|---|
WriteObjectState() |
| Modifier and Type | Method and Description |
|---|---|
void |
defaultWriteObject(OutputStreamHook stream) |
void |
defaultWriteObjectOverride(OutputStreamHook stream) |
void |
enterWriteObject(OutputStreamHook stream) |
void |
enterWriteObjectOverride(OutputStreamHook stream) |
void |
exitWriteObject(OutputStreamHook stream) |
void |
exitWriteObjectOverride(OutputStreamHook stream) |
String |
toString() |
void |
writeData(OutputStreamHook stream) |
void |
writeDataOverride(OutputStreamHook stream) |
public final void enterWriteObject(OutputStreamHook stream) throws IOException
IOExceptionpublic final void exitWriteObject(OutputStreamHook stream) throws IOException
IOExceptionpublic final void defaultWriteObject(OutputStreamHook stream) throws IOException
IOExceptionpublic final void writeData(OutputStreamHook stream) throws IOException
IOExceptionpublic void enterWriteObjectOverride(OutputStreamHook stream) throws IOException
IOExceptionpublic void exitWriteObjectOverride(OutputStreamHook stream) throws IOException
IOExceptionpublic void defaultWriteObjectOverride(OutputStreamHook stream) throws IOException
IOExceptionpublic void writeDataOverride(OutputStreamHook stream) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.