Uses of Class
ucar.unidata.io.RandomAccessFile

Packages that use RandomAccessFile
ucar.grib   
ucar.grib.grib1   
ucar.grib.grib2   
ucar.nc2 The public API to the Java-NetCDF library. 
ucar.nc2.iosp General classes for I/O Service Providers 
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
ucar.nc2.iosp.cinrad I/O Service Provider for chinese met radar files 
ucar.nc2.iosp.dmsp I/O Service Provider for DMSP format files 
ucar.nc2.iosp.dorade I/O Service Provider for Dorade format files 
ucar.nc2.iosp.fysat   
ucar.nc2.iosp.gempak   
ucar.nc2.iosp.gini I/O Service Provider for GINI format files 
ucar.nc2.iosp.grads I/O Service Provider for GrADS Binary Grid Files. 
ucar.nc2.iosp.grib I/O Service Provider for GRIB-1 and GRIB-2 format files 
ucar.nc2.iosp.grid   
ucar.nc2.iosp.hdf4 I/O Service Provider for HDF-4 format files 
ucar.nc2.iosp.hdf5 I/O Service Provider for HDF-5 and netCDF-4 format files 
ucar.nc2.iosp.mcidas   
ucar.nc2.iosp.misc Miscellaneous IOSPs. 
ucar.nc2.iosp.netcdf3 I/O Service Provider for NetCDF-3 format files 
ucar.nc2.iosp.nexrad2 I/O Service Provider for NEXRAD level 2 format files 
ucar.nc2.iosp.nids I/O Service Provider for NIDS (Nexrad level 3) format files 
ucar.nc2.iosp.noaa   
ucar.nc2.iosp.nowrad   
ucar.nc2.iosp.sigmet   
ucar.nc2.iosp.uamiv   
ucar.nc2.iosp.uf   
ucar.nc2.jni.netcdf   
ucar.nc2.stream   
ucar.nc2.util Miscellaneous utility classes. 
ucar.nc2.util.cache Cache open NetcdfFile objects in memory. 
ucar.unidata.io Input/Output utilities. 
ucar.unidata.io.http Make a file on an HTTP server look like a RandomAccessFile, by using HTTP 1.1 byte range header. 
 

Uses of RandomAccessFile in ucar.grib
 

Methods in ucar.grib with parameters of type RandomAccessFile
static float GribNumbers.float4(RandomAccessFile raf)
          Convert 4 bytes into a float value.
static int GribChecker.getEdition(RandomAccessFile raf)
          Returns the edition number of Grib file (1 or 2) or 0 not a Grib File.
static int GribNumbers.int2(RandomAccessFile raf)
          Convert 2 bytes into a signed integer.
static int GribNumbers.int3(RandomAccessFile raf)
          Convert 3 bytes into a signed integer.
static int GribNumbers.int4(RandomAccessFile raf)
          Convert 4 bytes into a signed integer.
static long GribNumbers.int8(RandomAccessFile raf)
          Convert 8 bytes into a signed long.
static int GribNumbers.uint2(RandomAccessFile raf)
          Convert 2 bytes into an unsigned integer.
static int GribNumbers.uint3(RandomAccessFile raf)
          Convert 3 bytes into an unsigned integer.
 

Uses of RandomAccessFile in ucar.grib.grib1
 

Methods in ucar.grib.grib1 with parameters of type RandomAccessFile
 GridIndex Grib1WriteIndex.extendGribIndex(File grib, File gbx, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 boolean Grib1WriteIndex.extendGribIndex(String gbxName, RandomAccessFile inputRaf, long rafLastModified, DataOutputStream out)
          extend a Grib file index; optionally create an in-memory index.
 GridIndex Grib1WriteIndex.writeGribIndex(File grib, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 boolean Grib1WriteIndex.writeGribIndex(RandomAccessFile inputRaf, long rafLastModified, DataOutputStream out)
          Write a Grib file index.
 

Constructors in ucar.grib.grib1 with parameters of type RandomAccessFile
Grib1BinaryDataSection(RandomAccessFile raf, int decimalscale, Grib1BitMapSection bms)
          Constructs a Grib1BinaryDataSection object from a raf.
Grib1BinaryDataSection(RandomAccessFile raf, int decimalscale, Grib1BitMapSection bms, int scanMode, int Xlength)
          Constructs a Grib1BinaryDataSection object from a raf.
Grib1BinaryDataSection(RandomAccessFile raf, int decimalscale, Grib1BitMapSection bms, int scanMode, int Xlength, int Ylength)
           
Grib1BitMapSection(RandomAccessFile raf)
          Constructs a Grib1BitMapSection object from a raf input stream.
Grib1Data(RandomAccessFile raf)
          Constructs a Grib2Data object from a stream.
Grib1ExtractRawData(RandomAccessFile raf)
          Constructs a Grib1Input object from a raf.
Grib1GridDefinitionSection(RandomAccessFile raf)
          Constructs a Grib1GridDefinitionSection object from a raf.
Grib1IndicatorSection(RandomAccessFile raf)
          Constructs a Grib1IndicatorSection object from a byteBuffer.
Grib1Input(RandomAccessFile raf)
          Constructs a Grib1Input object from a raf.
Grib1ProductDefinitionSection(RandomAccessFile raf)
          Constructs a Grib1ProductDefinitionSection object from a raf.
Grib1SplitByGridID(RandomAccessFile raf)
          Constructs a Grib1Input object from a raf.
 

Uses of RandomAccessFile in ucar.grib.grib2
 

Methods in ucar.grib.grib2 with parameters of type RandomAccessFile
 GridIndex Grib2WriteIndex.extendGribIndex(File grib, File gbx, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 boolean Grib2WriteIndex.extendGribIndex(String gbxName, RandomAccessFile inputRaf, long rafLastModified, DataOutputStream out)
          extend a Grib file index
static boolean Grib2Input.isValidFile(RandomAccessFile raf)
           
 GridIndex Grib2WriteIndex.writeGribIndex(File grib, String gbxName, RandomAccessFile raf, boolean makeIndex)
          extend a Grib file index; optionally create an in-memory index.
 boolean Grib2WriteIndex.writeGribIndex(RandomAccessFile inputRaf, long rafLastModified, DataOutputStream out)
          Write a Grib file index.
 

Constructors in ucar.grib.grib2 with parameters of type RandomAccessFile
Grib2BitMapSection(boolean createBM, RandomAccessFile raf, Grib2GridDefinitionSection gds)
          Constructs a Grib2BitMapSection object from a RandomAccessFile.
Grib2Data(RandomAccessFile raf)
          Constructs a Grib2Data object for a RandomAccessFile.
Grib2DataRepresentationSection(RandomAccessFile raf)
          Constructs a Grib2DataRepresentationSection object from a raf.
Grib2DataSection(boolean getData, RandomAccessFile raf, Grib2GridDefinitionSection gds, Grib2DataRepresentationSection drs, Grib2BitMapSection bms)
          Constructor for a Grib2 Data Section.
Grib2EndSection(RandomAccessFile raf)
          Constructs a Grib2EndSection object from a byteBuffer.
Grib2ExtractRawData(RandomAccessFile raf)
          Constructs a Grib2ExtractRawData object from a raf.
Grib2GridDefinitionSection(RandomAccessFile raf, boolean doCheckSum)
          Constructs a Grib2GridDefinitionSection object from a raf.
Grib2IdentificationSection(RandomAccessFile raf)
          Constructs a Grib2IdentificationSection object from a RandomAccessFile.
Grib2IndicatorSection(RandomAccessFile raf)
          Constructs a Grib2IndicatorSection object from a byteBuffer.
Grib2Input(RandomAccessFile raf)
          Constructs a Grib2Input object from a raf.
Grib2LocalUseSection(RandomAccessFile raf)
          Constructs a Grib2LocalUseSection object from a raf.
Grib2ProductDefinitionSection(RandomAccessFile raf, long refTime)
          Deprecated. Constructs a Grib2ProductDefinitionSection object from a raf.
 

Uses of RandomAccessFile in ucar.nc2
 

Constructors in ucar.nc2 with parameters of type RandomAccessFile
NetcdfFile(IOServiceProvider spi, RandomAccessFile raf, String location, CancelTask cancelTask)
          Open an existing netcdf file (read only).
 

Uses of RandomAccessFile in ucar.nc2.iosp
 

Fields in ucar.nc2.iosp declared as RandomAccessFile
protected  RandomAccessFile AbstractIOServiceProvider.raf
          Subclasses that use AbstractIOServiceProvider.open(...) or .close() should use this (instead of their own private variable).
 

Methods in ucar.nc2.iosp with parameters of type RandomAccessFile
 boolean IOServiceProvider.isValidFile(RandomAccessFile raf)
          Check if this is a valid file for this IOServiceProvider.
 void AbstractIOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void IOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
static Object IospHelper.readData(RandomAccessFile raf, Layout layout, DataType dataType, Object arr, int byteOrder, boolean convertChar)
          Read data subset from RandomAccessFile, place in given primitive array.
static Object IospHelper.readDataFill(RandomAccessFile raf, Layout index, DataType dataType, Object fillValue, int byteOrder)
          Read data subset from RandomAccessFile, create primitive array of size Layout.getTotalNelems.
static Object IospHelper.readDataFill(RandomAccessFile raf, Layout index, DataType dataType, Object fillValue, int byteOrder, boolean convertChar)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.bufr
 

Methods in ucar.nc2.iosp.bufr with parameters of type RandomAccessFile
static float BufrNumbers.float4(RandomAccessFile raf)
          Convert 4 bytes into a float value.
 byte[] BufrIdentificationSection.getOptionalSection(RandomAccessFile raf)
           
static int BufrNumbers.int2(RandomAccessFile raf)
          Convert 2 bytes into a signed integer.
static int BufrNumbers.int3(RandomAccessFile raf)
          Convert 3 bytes into a signed integer.
static int BufrNumbers.int4(RandomAccessFile raf)
          Convert 4 bytes into a signed integer.
static long BufrNumbers.int8(RandomAccessFile raf)
          Convert 8 bytes into a signed long.
static boolean MessageScanner.isValidFile(RandomAccessFile raf)
          is this a valid BUFR file.
 boolean BufrIosp.isValidFile(RandomAccessFile raf)
           
 void BufrIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 int MessageUncompressedDataReader.readData(ArrayStructureBB abb, Message m, RandomAccessFile raf, Range r, boolean addTime, Formatter f)
          Read some or all datasets from a single message
 void MessageCompressedDataReader.readData(ArrayStructureMA ama, Message m, RandomAccessFile raf, Range r, Formatter f)
          Read some or all datasets from a single message
 ArrayStructure MessageUncompressedDataReader.readEntireMessage(Structure s, Message proto, Message m, RandomAccessFile raf, Formatter f)
          Read all datasets from a single message
 ArrayStructure MessageCompressedDataReader.readEntireMessage(Structure s, Message proto, Message m, RandomAccessFile raf, Formatter f)
          Read all datasets from a single message
static int BufrNumbers.uint2(RandomAccessFile raf)
          Convert 2 bytes into an unsigned integer.
static int BufrNumbers.uint3(RandomAccessFile raf)
          Convert 3 bytes into an unsigned integer.
 

Constructors in ucar.nc2.iosp.bufr with parameters of type RandomAccessFile
BitReader(RandomAccessFile raf, long startPos)
          Constructor
BufrDataDescriptionSection(RandomAccessFile raf)
          Constructs a BufrDataDescriptionSection object by reading section 3 from a BUFR file.
BufrIdentificationSection(RandomAccessFile raf, BufrIndicatorSection is)
          Constructs a BufrIdentificationSection object from a raf.
BufrIndicatorSection(RandomAccessFile raf)
          Constructs a BufrIndicatorSection object from a raf.
Message(RandomAccessFile raf, BufrIndicatorSection is, BufrIdentificationSection ids, BufrDataDescriptionSection dds, BufrDataSection dataSection, GregorianCalendar cal)
           
MessageScanner(RandomAccessFile raf)
           
MessageScanner(RandomAccessFile raf, long startPos)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.cinrad
 

Methods in ucar.nc2.iosp.cinrad with parameters of type RandomAccessFile
static Cinrad2Record Cinrad2Record.factory(RandomAccessFile din, int record)
           
 boolean Cinrad2IOServiceProvider.isValidFile(RandomAccessFile raf)
           
 boolean Cinrad2IOServiceProvider.isValidFileOld(RandomAccessFile raf)
           
 void Cinrad2IOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void Cinrad2Record.readData(RandomAccessFile raf, int datatype, Range gateRange, IndexIterator ii)
          Read data from this record.
 

Constructors in ucar.nc2.iosp.cinrad with parameters of type RandomAccessFile
Cinrad2Record(RandomAccessFile din, int record)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.dmsp
 

Methods in ucar.nc2.iosp.dmsp with parameters of type RandomAccessFile
 boolean DMSPiosp.isValidFile(RandomAccessFile raf)
           
 void DMSPiosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.dorade
 

Methods in ucar.nc2.iosp.dorade with parameters of type RandomAccessFile
static boolean Doradeheader.isValidFile(RandomAccessFile raf)
           
 boolean Doradeiosp.isValidFile(RandomAccessFile raf)
           
 void Doradeiosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.fysat
 

Methods in ucar.nc2.iosp.fysat with parameters of type RandomAccessFile
 boolean Fysatiosp.isValidFile(RandomAccessFile raf)
           
 boolean FysatHeader.isValidFile(RandomAccessFile raf)
           
 void Fysatiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.gempak
 

Fields in ucar.nc2.iosp.gempak declared as RandomAccessFile
protected  RandomAccessFile GempakStationFileIOSP.raf
          the file we are reading
protected  RandomAccessFile GempakFileReader.rf
          The file
 

Methods in ucar.nc2.iosp.gempak that return RandomAccessFile
static RandomAccessFile GempakFileReader.getFile(String filename)
          Get a RandomAccessFile for the file location
 

Methods in ucar.nc2.iosp.gempak with parameters of type RandomAccessFile
static GempakFileReader GempakFileReader.getInstance(RandomAccessFile raf, boolean fullCheck)
          Initialize the file, read in all the metadata (ala DM_OPEN)
static GempakGridReader GempakGridReader.getInstance(RandomAccessFile raf, boolean fullCheck)
          Initialize the file, read in all the metadata (ala DM_OPEN)
static GempakSoundingFileReader GempakSoundingFileReader.getInstance(RandomAccessFile raf, boolean fullCheck)
          Initialize the file, read in all the metadata (ala DM_OPEN)
static GempakSurfaceFileReader GempakSurfaceFileReader.getInstance(RandomAccessFile raf, boolean fullCheck)
          Initialize the file, read in all the metadata (ala DM_OPEN)
 void GempakFileReader.init(RandomAccessFile raf, boolean fullCheck)
          Initialize the file, read in all the metadata (ala DM_OPEN)
 boolean GempakStationFileIOSP.isValidFile(RandomAccessFile raf)
          Is this a valid file?
 boolean GempakSoundingIOSP.isValidFile(RandomAccessFile raf)
          Is this a valid file?
 boolean GempakSurfaceIOSP.isValidFile(RandomAccessFile raf)
          Is this a valid file?
 boolean GempakGridServiceProvider.isValidFile(RandomAccessFile raf)
          Is this a valid file?
 void GempakStationFileIOSP.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 void GempakGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 

Constructors in ucar.nc2.iosp.gempak with parameters of type RandomAccessFile
GempakGrib2Data(RandomAccessFile raf)
          Constructs a GempakGrib2Data object for a RandomAccessFile.
GempakGrib2Data(RandomAccessFile raf, boolean expandQuasi)
          Constructs a GempakGrib2Data object for a RandomAccessFile.
 

Uses of RandomAccessFile in ucar.nc2.iosp.gini
 

Methods in ucar.nc2.iosp.gini with parameters of type RandomAccessFile
 boolean Giniiosp.isValidFile(RandomAccessFile raf)
           
 void Giniiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.grads
 

Methods in ucar.nc2.iosp.grads with parameters of type RandomAccessFile
 boolean GradsBinaryGridServiceProvider.isValidFile(RandomAccessFile raf)
          Is this a valid file? For this GrADS IOSP, the valid file must be: raw binary grid (not GRIB, netCDF, HDF, etc) not a cross section (x and y > 1) not an ensemble definded by EDEF/ENDEDEF (need examples)
 void GradsBinaryGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 

Uses of RandomAccessFile in ucar.nc2.iosp.grib
 

Methods in ucar.nc2.iosp.grib with parameters of type RandomAccessFile
 boolean GribGridServiceProvider.isValidFile(RandomAccessFile raf)
           
 void GribGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.grid
 

Methods in ucar.nc2.iosp.grid with parameters of type RandomAccessFile
 void GridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 

Constructors in ucar.nc2.iosp.grid with parameters of type RandomAccessFile
GridIndexToNC(RandomAccessFile raf)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.hdf4
 

Methods in ucar.nc2.iosp.hdf4 with parameters of type RandomAccessFile
 boolean H4iosp.isValidFile(RandomAccessFile raf)
           
 void H4iosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.hdf5
 

Methods in ucar.nc2.iosp.hdf5 with parameters of type RandomAccessFile
 boolean H5iosp.isValidFile(RandomAccessFile raf)
           
 void H5iosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.mcidas
 

Fields in ucar.nc2.iosp.mcidas declared as RandomAccessFile
protected  RandomAccessFile McIDASGridReader.rf
          The file
 

Methods in ucar.nc2.iosp.mcidas with parameters of type RandomAccessFile
 void McIDASGridReader.init(RandomAccessFile raf)
          Initialize the file, read in all the metadata (ala DM_OPEN)
 void McIDASGridReader.init(RandomAccessFile raf, boolean fullCheck)
          Initialize the file, read in all the metadata (ala DM_OPEN)
 boolean AreaReader.init(RandomAccessFile raf, NetcdfFile ncfile)
          initialize with the file
static boolean AreaReader.isValidFile(RandomAccessFile raf)
          Check to see if this is a valid AREA file.
 boolean McIDASGridServiceProvider.isValidFile(RandomAccessFile raf)
          Is this a valid file?
 boolean Vis5DIosp.isValidFile(RandomAccessFile raf)
          Is this a valid file?
 boolean AreaServiceProvider.isValidFile(RandomAccessFile raf)
          Is this a valid file?
 void McIDASGridServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 void Vis5DIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
 void AreaServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open the service provider for reading.
static V5DStruct V5DStruct.v5d_open(RandomAccessFile raf, int[] sizes, int[] n_levels, String[] var_names, String[] var_units, int[] map_proj, float[] projargs, int[] vert_sys, float[] vert_args, double[] times)
          Open a Vis5D file
static V5DStruct V5DStruct.v5dOpenFile(RandomAccessFile fd)
          Open a v5d file for reading.
 

Constructors in ucar.nc2.iosp.mcidas with parameters of type RandomAccessFile
McIDASGridReader(RandomAccessFile raf)
          Create a McIDASGrid Reader from the file
 

Uses of RandomAccessFile in ucar.nc2.iosp.misc
 

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

Uses of RandomAccessFile in ucar.nc2.iosp.netcdf3
 

Methods in ucar.nc2.iosp.netcdf3 with parameters of type RandomAccessFile
protected abstract  void N3iosp._create(RandomAccessFile raf)
           
protected  void N3raf._create(RandomAccessFile raf)
           
protected abstract  void N3iosp._open(RandomAccessFile raf)
           
protected  void N3raf._open(RandomAccessFile raf)
           
static boolean N3header.isValidFile(RandomAccessFile raf)
           
 boolean N3iosp.isValidFile(RandomAccessFile raf)
           
 void N3iosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.nexrad2
 

Methods in ucar.nc2.iosp.nexrad2 with parameters of type RandomAccessFile
static Level2Record Level2Record.factory(RandomAccessFile din, int record, long message_offset31)
           
 boolean Nexrad2IOServiceProvider.isValidFile(RandomAccessFile raf)
           
 void Nexrad2IOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void Level2Record.readData(RandomAccessFile raf, int datatype, Range gateRange, IndexIterator ii)
          Read data from this record.
 

Constructors in ucar.nc2.iosp.nexrad2 with parameters of type RandomAccessFile
Level2Record(RandomAccessFile din, int record, long message_offset31)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.nids
 

Methods in ucar.nc2.iosp.nids with parameters of type RandomAccessFile
 boolean Nidsiosp.isValidFile(RandomAccessFile raf)
          checking the file
 void Nidsiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
          Open the file and read the header part
 

Uses of RandomAccessFile in ucar.nc2.iosp.noaa
 

Methods in ucar.nc2.iosp.noaa with parameters of type RandomAccessFile
 boolean Ghcnm.isValidFile(RandomAccessFile raf)
           
 boolean Ghcnm2.isValidFile(RandomAccessFile raf)
           
 boolean IgraPor.isValidFile(RandomAccessFile raf)
           
 void Ghcnm.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 void Ghcnm2.open(RandomAccessFile raff, NetcdfFile ncfile, CancelTask cancelTask)
           
 void IgraPor.open(RandomAccessFile raff, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Constructors in ucar.nc2.iosp.noaa with parameters of type RandomAccessFile
StructureDataRegexp.Vinfo(RandomAccessFile raff, StructureMembers sm, Pattern p)
           
 

Uses of RandomAccessFile in ucar.nc2.iosp.nowrad
 

Methods in ucar.nc2.iosp.nowrad with parameters of type RandomAccessFile
 boolean NOWRadheader.isValidFile(RandomAccessFile raf)
          check if this file is a nids / tdwr file
 boolean NOWRadiosp.isValidFile(RandomAccessFile raf)
          checking the file
 void NOWRadiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
          Open the file and read the header part
 

Uses of RandomAccessFile in ucar.nc2.iosp.sigmet
 

Fields in ucar.nc2.iosp.sigmet declared as RandomAccessFile
 RandomAccessFile SigmetVolumeScan.raf
           
 

Methods in ucar.nc2.iosp.sigmet with parameters of type RandomAccessFile
 ArrayList<Variable> SigmetIOServiceProvider.init(RandomAccessFile raf, NetcdfFile ncfile, Map<String,String> hdrNames)
          Define Dimensions, Variables, Attributes in ncfile
 boolean SigmetIOServiceProvider.isValidFile(RandomAccessFile raf)
          Check if this is a valid SIGMET-IRIS file for this IOServiceProvider.
 void SigmetIOServiceProvider.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
          Open existing file, and populate ncfile with it.
 void Ray.readData(RandomAccessFile raf, Range gateRange, IndexIterator ii)
          Read data from this record.
static Map<String,Number> SigmetIOServiceProvider.readRecordsHdr(RandomAccessFile raf)
          Read some global data from SIGMET file.
 Map<String,String> SigmetIOServiceProvider.readStnNames(RandomAccessFile raf)
          Read StationName strings
 

Uses of RandomAccessFile in ucar.nc2.iosp.uamiv
 

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

Uses of RandomAccessFile in ucar.nc2.iosp.uf
 

Methods in ucar.nc2.iosp.uf with parameters of type RandomAccessFile
 boolean UFheader.isValidFile(RandomAccessFile raf)
           
 boolean UFiosp.isValidFile(RandomAccessFile raf)
           
 void UFiosp.open(RandomAccessFile raf, NetcdfFile file, CancelTask cancelTask)
           
 void Ray.readData(RandomAccessFile raf, String abbrev, Range gateRange, IndexIterator ii)
          Read data from this ray.
 

Uses of RandomAccessFile in ucar.nc2.jni.netcdf
 

Methods in ucar.nc2.jni.netcdf with parameters of type RandomAccessFile
 boolean JniIosp.isValidFile(RandomAccessFile raf)
           
 void JniIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.stream
 

Methods in ucar.nc2.stream with parameters of type RandomAccessFile
 boolean NcStreamIosp.isValidFile(RandomAccessFile raf)
           
 List<NcStreamIosp.NcsMess> NcStreamIosp.open(RandomAccessFile raf, NetcdfFile ncfile)
           
 void NcStreamIosp.open(RandomAccessFile raf, NetcdfFile ncfile, CancelTask cancelTask)
           
 

Uses of RandomAccessFile in ucar.nc2.util
 

Methods in ucar.nc2.util with parameters of type RandomAccessFile
static long IO.copyRafB(RandomAccessFile raf, long offset, long length, OutputStream out, byte[] buffer)
          Copy part of a RandomAccessFile to output stream, specify internal buffer size
 

Uses of RandomAccessFile in ucar.nc2.util.cache
 

Methods in ucar.nc2.util.cache that return RandomAccessFile
 RandomAccessFile FileCacheRaf.Raf.getRaf()
           
 

Uses of RandomAccessFile in ucar.unidata.io
 

Subclasses of RandomAccessFile in ucar.unidata.io
 class InMemoryRandomAccessFile
          A RandomAccessFile stored entirely in memory as a byte array.
 

Uses of RandomAccessFile in ucar.unidata.io.http
 

Subclasses of RandomAccessFile in ucar.unidata.io.http
 class HTTPRandomAccessFile
          Gives access to files over HTTP, using jakarta commons HttpClient library.
 



Copyright © 1999-2011 UCAR/Unidata. All Rights Reserved.