Uses of Class
ucar.unidata.io.RandomAccessFile

Packages that use RandomAccessFile
ucar.nc2 Java-NetCDF API, version 2.2. 
ucar.unidata.io Input/Output utilities. 
 

Uses of RandomAccessFile in ucar.nc2
 

Methods in ucar.nc2 with parameters of type RandomAccessFile
 boolean N3iosp.isValidFile(RandomAccessFile raf)
           
 boolean IOServiceProvider.isValidFile(RandomAccessFile raf)
          Check if this is a valid file for this IOServiceProvider.
 void N3iosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void IOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
 

Uses of RandomAccessFile in ucar.unidata.io
 

Subclasses of RandomAccessFile in ucar.unidata.io
 class InMemoryRandomAccessFile
           
 class MMapRandomAccessFile
          Use NIO MappedByteBuffer to implement a RandomAccessFile.
 

Fields in ucar.unidata.io declared as RandomAccessFile
 RandomAccessFile FileCache.CacheElement.raf
           
 

Methods in ucar.unidata.io that return RandomAccessFile
static RandomAccessFile FileCache.acquire(java.lang.String location)
           
static RandomAccessFile FileCache.acquireCacheOnly(java.lang.String location)
          Try to find a file in the cache.
 

Methods in ucar.unidata.io with parameters of type RandomAccessFile
static void FileCache.release(RandomAccessFile raf)
          Release the file.