|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |