Close object store, preventing further reads.
Read a Float from the object store with the key name
.
Read a Float array from the object store with the key name
.
Read an Int from the object store with the key name
.
Read an Int array from the object store with the key name
.
Read a Long from the object store with the key name
.
Read a Long array from the object store with the key name
.
Attempt to read an optional Int from the object store with key 'name', returning None if the given name isn't present in the store.
Attempt to read an optional String from the object store with key 'name', returning None if the given name isn't present in the store.
Read a non-primitive "Restoreable" object from the object store with the key name
.
Read an array of non-primitive "Restorable" objects from the object store with the key name
.
Read a String from the object store with the key name
.
Read an Array[String] from the object store with the key name
.
Created by Dick Carter on 1/16/2015.
Defines the functionality needed of an object restorer, independent of the specific technology (hdf5, java serialization, etc.)