protected static class InputStreamHook.ReadObjectState extends Object
| Constructor and Description |
|---|
ReadObjectState() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginDefaultReadObject(InputStreamHook stream) |
void |
beginDefaultReadObjectOverride(InputStreamHook stream) |
void |
beginUnmarshalCustomValue(InputStreamHook stream,
boolean calledDefaultWriteObject,
boolean hasReadObject) |
void |
beginUnmarshalCustomValueOverride(InputStreamHook stream,
boolean calledDefaultWriteObject,
boolean hasReadObject) |
void |
endDefaultReadObject(InputStreamHook stream) |
void |
endDefaultReadObjectOverride(InputStreamHook stream) |
void |
endUnmarshalCustomValue(InputStreamHook stream) |
void |
endUnmarshalCustomValueOverride(InputStreamHook stream) |
void |
readData(InputStreamHook stream) |
void |
readDataOverride(InputStreamHook stream) |
String |
toString() |
public final void beginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws IOException
IOExceptionpublic final void endUnmarshalCustomValue(InputStreamHook stream) throws IOException
IOExceptionpublic final void beginDefaultReadObject(InputStreamHook stream) throws IOException
IOExceptionpublic final void endDefaultReadObject(InputStreamHook stream) throws IOException
IOExceptionpublic final void readData(InputStreamHook stream) throws IOException
IOExceptionpublic void beginUnmarshalCustomValueOverride(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject) throws IOException
IOExceptionpublic void endUnmarshalCustomValueOverride(InputStreamHook stream) throws IOException
IOExceptionpublic void beginDefaultReadObjectOverride(InputStreamHook stream) throws IOException
IOExceptionpublic void endDefaultReadObjectOverride(InputStreamHook stream) throws IOException
IOExceptionpublic void readDataOverride(InputStreamHook stream) throws IOException
IOExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.