Uses of Class
ucar.ma2.ArrayStructureBB

Packages that use ArrayStructureBB
ucar.ma2 Multidimensional arrays of primitives and objects with data stored in memory. 
ucar.nc2.iosp General classes for I/O Service Providers 
ucar.nc2.iosp.bufr I/O Service Provider for BUFR format files 
ucar.nc2.stream   
 

Uses of ArrayStructureBB in ucar.ma2
 

Subclasses of ArrayStructureBB in ucar.ma2
 class ArrayStructureBBpos
          Variation of ArrayStructureBB, where the offsets of the records into the ByteBuffer are uneven and must be passed in by the user.
 

Uses of ArrayStructureBB in ucar.nc2.iosp
 

Methods in ucar.nc2.iosp that return ArrayStructureBB
static ArrayStructureBB IospHelper.copyToArrayBB(StructureData sdata)
           
static ArrayStructureBB IospHelper.makeArrayBB(ArrayStructure as)
           
 

Uses of ArrayStructureBB in ucar.nc2.iosp.bufr
 

Methods in ucar.nc2.iosp.bufr with parameters of type ArrayStructureBB
 int MessageUncompressedDataReader.readData(ArrayStructureBB abb, Message m, RandomAccessFile raf, Range r, boolean addTime, Formatter f)
          Read some or all datasets from a single message
 

Uses of ArrayStructureBB in ucar.nc2.stream
 

Methods in ucar.nc2.stream that return ArrayStructureBB
static ArrayStructureBB NcStream.decodeArrayStructure(StructureMembers sm, int[] shape, byte[] proto)
           
 



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