Class marimba.persist.BinaryPersistentState
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class marimba.persist.BinaryPersistentState

java.lang.Object
   |
   +----marimba.persist.PropertyList
           |
           +----marimba.persist.PersistentState
                   |
                   +----marimba.persist.BinaryPersistentState

public class BinaryPersistentState
extends PersistentState
Save/Load objects in a less efficient but human readable form to/from a file.
Version:
1.9, 11/29/96
Author:
Arthur van Hoff

Constructor Index

 o BinaryPersistentState()

Method Index

 o loadObject(FastInputStream)
Load and thaw an object from a stream.
 o loadPersistentObject(FastInputStream)
Load state from a stream.
 o save(FastOutputStream, PersistentObject)
Save an persistent object to a stream.
 o save(FastOutputStream, PropertyObject)
Save an object to a stream.

Constructors

 o BinaryPersistentState
  public BinaryPersistentState()

Methods

 o save
  public void save(FastOutputStream out,
                   PropertyObject obj)
Save an object to a stream.
 o save
  public void save(FastOutputStream out,
                   PersistentObject obj)
Save an persistent object to a stream.
 o loadObject
  public Object loadObject(FastInputStream in) throws SyntaxError
Load and thaw an object from a stream.
 o loadPersistentObject
  public PersistentObject loadPersistentObject(FastInputStream in) throws SyntaxError
Load state from a stream.

All Packages  Class Hierarchy  This Package  Previous  Next  Index