swarm.defobj
Class HDF5ArchiverImpl

java.lang.Object
  |
  +--swarm.defobj.HDF5ArchiverImpl

public class HDF5ArchiverImpl
extends Object
implements ArchiverS, Archiver, HDF5ArchiverS, HDF5Archiver

Protocol for creating HDF5 instances of the Archiver. Protocol for creating HDF5 instances of the Archiver Default system path is ~/swarmArchiver.hdf Default application path is //.hdf or the current directory.


Constructor Summary
HDF5ArchiverImpl()
           
HDF5ArchiverImpl(Zone aZone)
          Default constructor for Impl class
HDF5ArchiverImpl(Zone aZone, String path)
          Convenience method to create an HDF5Archiver from a specified path
 
Methods implemented by this class for interface swarm.defobj.Archiver
getObject, getWithZone$key, putDeep$object, putShallow$object, registerClient, sync, unregisterClient
 
Methods implemented by this class for interface swarm.defobj.Drop
drop
 
Methods implemented by this class for interface swarm.defobj.DefinedObject
compare, describe, describeID, getDisplayName, getTypeName, getZone, perform, perform$with, perform$with$with, perform$with$with$with, respondsTo, setDisplayName, xfprint, xfprintid, xprint, xprintid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDF5ArchiverImpl

public HDF5ArchiverImpl()

HDF5ArchiverImpl

public HDF5ArchiverImpl(Zone aZone,
                        String path)
Convenience method to create an HDF5Archiver from a specified path

HDF5ArchiverImpl

public HDF5ArchiverImpl(Zone aZone)
Default constructor for Impl class