Uses of Class
ucar.nc2.iosp.bufr.DataDescriptor

Packages that use DataDescriptor
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
 

Uses of DataDescriptor in ucar.nc2.iosp.bufr
 

Methods in ucar.nc2.iosp.bufr that return DataDescriptor
 DataDescriptor DataDescriptorTreeConstructor.factory(TableLookup lookup, BufrDataDescriptionSection dds)
           
 DataDescriptor Message.getRootDataDescriptor()
          Get the root of the DataDescriptor tree.
 

Methods in ucar.nc2.iosp.bufr that return types with arguments of type DataDescriptor
 java.util.List<DataDescriptor> DataDescriptor.getSubKeys()
           
 

Methods in ucar.nc2.iosp.bufr with parameters of type DataDescriptor
 BitCounterUncompressed[] BitCounterUncompressed.getNested(DataDescriptor subKey)
           
 BitCounterUncompressed BitCounterUncompressed.makeNested(DataDescriptor subKey, int n, int index, int replicationCountSize)
          Track nested Tables.
 

Method parameters in ucar.nc2.iosp.bufr with type arguments of type DataDescriptor
static void DataDescriptor.transferInfo(java.util.List<DataDescriptor> fromList, java.util.List<DataDescriptor> toList)
          Transfer info from the "proto message" to another message with the exact same structure.
static void DataDescriptor.transferInfo(java.util.List<DataDescriptor> fromList, java.util.List<DataDescriptor> toList)
          Transfer info from the "proto message" to another message with the exact same structure.
 

Constructors in ucar.nc2.iosp.bufr with parameters of type DataDescriptor
BitCounterCompressed(DataDescriptor dkey, int n, int bitOffset)
          This counts the size of an array of Structures or Sequences, ie Structure(n)
BitCounterUncompressed(DataDescriptor dkey, int nrows, int replicationCountSize)
          This counts the size of an array of Structures or Sequences, ie Structure(n)