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
- IOException
ClassNotFoundException
void writeState(ObjectOutput output) throws IOException
output
- IOException
Copyright © 2004–2014 Paul Ferraro. All rights reserved.