ObjectOutputStream.reset
Class Overview | Class Members | 
  This Package | 
All Packages
 public void reset() throws IOException
Description
 Reset will disregard the state of any objects already written
 to the stream.  The state is reset to be the same as a new
 ObjectOutputStream.  The current point in the stream is marked
 as reset so the corresponding ObjectInputStream will be reset
 at the same point.  Objects previously written to the stream
 will not be refered to as already being in the stream.  They
 will be written to the stream again.