public interface Stateful
| Modifier and Type | Method and Description |
|---|---|
void |
readState(ObjectInput input)
Returns the state of this object.
|
void |
writeState(ObjectOutput output)
Sets the state of this object.
|
void readState(ObjectInput input) throws IOException, ClassNotFoundException
input - IOExceptionClassNotFoundExceptionvoid writeState(ObjectOutput output) throws IOException
output - IOExceptionCopyright © 2004–2014 Paul Ferraro. All rights reserved.