Package appl.parallel.data.xulugridfile

Contains classes related to the xulugridfile format.

See:
          Description

Class Summary
BufferedHelper The methods of this class can be used to efficiently read or write values into a Bytestream (it is e.g. used by the XuluGridFile).
BufferedRandomAccessFile Copied from java world.
GridFileDataLoader This DataLoader is responsible to load data from a XuluGridFile.
XuluGridFile A XuluGridfile is a memory- and 2D-access optimized file format which can be used for parallel programming.
XuluGridFileConverter This class converts a ArcGridInfo_ASCII file to a XuluGridFile.
XuluGridSharedFileSystemLoader This is a loader for use with shared file systems like ocfs2 or gfs.
XuluWritableGridFile An implementation of a WritableGrid based on a XuluGridFile.
 

Exception Summary
XuluGridFileException Is thrown if an error inside the XuluGridFile occours.
 

Package appl.parallel.data.xulugridfile Description

Contains classes related to the xulugridfile format. The XuluGridFile format is a special file format which stores all values of a grid in a binary format that allows random access. It allows the retrieval of partitions of itself without loading the whole file into memory.