protected static class InputStreamHook.InReadObjectDefaultsSentState extends InputStreamHook.ReadObjectState
Modifier | Constructor and Description |
---|---|
protected |
InputStreamHook.InReadObjectDefaultsSentState() |
Modifier and Type | Method and Description |
---|---|
void |
beginUnmarshalCustomValue(InputStreamHook stream,
boolean calledDefaultWriteObject,
boolean hasReadObject) |
void |
endDefaultReadObject(InputStreamHook stream) |
void |
endUnmarshalCustomValue(InputStreamHook stream) |
void |
readData(InputStreamHook stream) |
beginDefaultReadObject
protected InputStreamHook.InReadObjectDefaultsSentState()
public void beginUnmarshalCustomValue(InputStreamHook stream, boolean calledDefaultWriteObject, boolean hasReadObject)
beginUnmarshalCustomValue
in class InputStreamHook.ReadObjectState
public void endUnmarshalCustomValue(InputStreamHook stream)
endUnmarshalCustomValue
in class InputStreamHook.ReadObjectState
public void endDefaultReadObject(InputStreamHook stream) throws IOException
endDefaultReadObject
in class InputStreamHook.ReadObjectState
IOException
public void readData(InputStreamHook stream) throws IOException
readData
in class InputStreamHook.ReadObjectState
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.