protected static class OutputStreamHook.InWriteObjectState extends OutputStreamHook.WriteObjectState
Modifier | Constructor and Description |
---|---|
protected |
InWriteObjectState() |
Modifier and Type | Method and Description |
---|---|
void |
defaultWriteObject(OutputStreamHook stream) |
void |
enterWriteObject(OutputStreamHook stream) |
void |
exitWriteObject(OutputStreamHook stream) |
void |
writeData(OutputStreamHook stream) |
public void enterWriteObject(OutputStreamHook stream) throws IOException
enterWriteObject
in class OutputStreamHook.WriteObjectState
IOException
public void exitWriteObject(OutputStreamHook stream) throws IOException
exitWriteObject
in class OutputStreamHook.WriteObjectState
IOException
public void defaultWriteObject(OutputStreamHook stream) throws IOException
defaultWriteObject
in class OutputStreamHook.WriteObjectState
IOException
public void writeData(OutputStreamHook stream) throws IOException
writeData
in class OutputStreamHook.WriteObjectState
IOException
Copyright © 2016 JBoss by Red Hat. All rights reserved.