Package | Description |
---|---|
ucar.nc2.iosp |
General classes for I/O Service Providers
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutBBTiled
For datasets where the data are stored in chunks, and must be processed, eg compressed or filtered.
|
Modifier and Type | Method and Description |
---|---|
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–2016 UCAR/Unidata. All rights reserved.