Uses of Package
org.magnos.data

Packages that use org.magnos.data
org.magnos.data   
org.magnos.data.error   
org.magnos.data.store   
org.magnos.data.store.factory   
org.magnos.data.var   
 

Classes in org.magnos.data used by org.magnos.data
AbstractData
          An abstract implementation of Data.
Data
          A fixed size chunk of data which can be read and written to and from a store.
DataArray
          An array of data elements which are the same type and size.
DataSet
          A set of data pieces.
Store
          A place to store data as bytes and ByteBuffers.
StoreAccess
          A stores access imposes restrictions on the store and its permanent medium if one exists.
 

Classes in org.magnos.data used by org.magnos.data.error
Store
          A place to store data as bytes and ByteBuffers.
StoreAccess
          A stores access imposes restrictions on the store and its permanent medium if one exists.
 

Classes in org.magnos.data used by org.magnos.data.store
Store
          A place to store data as bytes and ByteBuffers.
StoreAccess
          A stores access imposes restrictions on the store and its permanent medium if one exists.
 

Classes in org.magnos.data used by org.magnos.data.store.factory
Store
          A place to store data as bytes and ByteBuffers.
StoreFactory
          A factory for creating stores given their name and their desired capacity.
 

Classes in org.magnos.data used by org.magnos.data.var
AbstractData
          An abstract implementation of Data.
Data
          A fixed size chunk of data which can be read and written to and from a store.
Store
          A place to store data as bytes and ByteBuffers.
Var
          A fixed size variable that can be read and written to and from a store.