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 Object IospHelper.readData(LayoutBB layout, DataType dataType, Object arr)
          Read data subset from ByteBuffer, place in given primitive array.
static Object IospHelper.readDataFill(LayoutBB layout, DataType dataType, Object fillValue)
          Read data subset from ByteBuffer, create primitive array of size Layout.getTotalNelems.
 



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