Uses of Interface
ucar.nc2.iosp.LayoutBB

Packages that use LayoutBB
ucar.nc2.iosp General classes for I/O Service Providers 
 

Uses of LayoutBB in ucar.nc2.iosp
 

Classes in ucar.nc2.iosp that implement LayoutBB
 class LayoutBBTiled
          For datasets where the data are stored in chunks, and must be processed, eg compressed or filtered.
 

Methods in ucar.nc2.iosp with parameters of type LayoutBB
static java.lang.Object IospHelper.readData(LayoutBB layout, DataType dataType, java.lang.Object arr)
          Read data subset from ByteBuffer, place in given primitive array.
static java.lang.Object IospHelper.readDataFill(LayoutBB layout, DataType dataType, java.lang.Object fillValue)
          Read data subset from PositioningDataInputStream, create primitive array of size Layout.getTotalNelems.