Package ucar.unidata.io

Input/Output utilities.

See:
          Description

Class Summary
BeLeDataInputStream Big-endian little-endian data input stream, from which numbers in both big- and little-endian representations can be read.
FileCache Keep cache of open RandomAccessFile, for performance.
FileCache.CacheElement This tracks the elements in the cache.
InMemoryRandomAccessFile  
MMapRandomAccessFile Use NIO MappedByteBuffer to implement a RandomAccessFile.
RandomAccessFile RandomAccessFile.java.
Swap The Swap class provides static methods for swapping the bytes of chars, shorts, ints, longs, floats, and doubles.
UncompressInputStream This class decompresses an input stream containing data compressed with the unix "compress" utility (LZC, a LZW variant).
 

Package ucar.unidata.io Description

Input/Output utilities.