Package nom.tam.util

Interface Summary
ArrayDataInput  
ArrayDataOutput  
Cursor This interface extends the Iterator interface to allow insertion of data and move to previous entries in a collection.
DataIO This interface combines the DataInput, DataOutput and RandomAccess interfaces to provide a reference type which can be used to build BufferedFile in a fashion that accommodates both the RandomAccessFile and ByteBuffers
DataTable This interface defines the properties that a generic table should have.
PrimitiveInfo This interface collects some information about Java primitives.
RandomAccess These packages define the methods which indicate that an i/o stream may be accessed in arbitrary order.
 

Class Summary
ArrayFuncs This is a package of static functions which perform computations on arrays.
BufferedDataInputStream This class is intended for high performance I/O in scientific applications.
BufferedDataOutputStream This class is intended for high performance I/O in scientific applications.
BufferedFile  
ByteFormatter This class provides mechanisms for efficiently formatting numbers and Strings.
ByteParser This class provides routines for efficient parsing of data stored in a byte array.
ColumnTable A data table is conventionally considered to consist of rows and columns, where the structure within each column is constant, but different columns may have different structures.
HashedList  
 

Exception Summary
FormatException  
TableException  
TruncationException