Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ArrayStructureBBpos
Variation of ArrayStructureBB, where the offsets of the records into the ByteBuffer are uneven and must be
passed in by the user.
|
class |
ArrayStructureBBsection
Describe
|
Modifier and Type | Method and Description |
---|---|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(ArrayStructure as,
ByteOrder bo,
boolean canonical)
Make deep copy from an ArrayStructure to a ArrayStructureBB whose data is contained in a ByteBuffer
|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(Structure s,
ArrayStructure as,
ByteOrder bo)
Make deep copy to an ArrayStructureBB whose data is contained in a ByteBuffer.
|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(StructureData sdata)
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer.
|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(StructureData sdata,
StructureMembers sm,
ByteOrder bo)
Make deep copy from a StructureData to a ArrayStructureBB whose data is contained in a ByteBuffer
|
static ArrayStructureBB |
ArrayStructureBBsection.factory(ArrayStructureBB org,
Section section)
Make a section of an ArrayStructureBB
|
Modifier and Type | Method and Description |
---|---|
static int |
StructureDataDeep.copyToArrayBB(StructureData sdata,
ArrayStructureBB abb)
Make deep copy from a StructureData into the given ArrayStructureBB
|
static ArrayStructureBB |
ArrayStructureBBsection.factory(ArrayStructureBB org,
Section section)
Make a section of an ArrayStructureBB
|
Modifier and Type | Method and Description |
---|---|
static ArrayStructureBB |
IospHelper.copyToArrayBB(StructureData sdata)
Deprecated.
use StructureDataDeep.copyToArrayBB
|
static ArrayStructureBB |
IospHelper.makeArrayBB(ArrayStructure as)
Deprecated.
use StructureDataDeep.copyToArrayBB
|
Modifier and Type | Method and Description |
---|---|
int |
MessageUncompressedDataReader.readData(ArrayStructureBB abb,
Message m,
RandomAccessFile raf,
Range r,
boolean addTime,
Formatter f)
Read some or all datasets from a single message
|
Modifier and Type | Method and Description |
---|---|
static ArrayStructureBB |
NcStream.decodeArrayStructure(StructureMembers sm,
int[] shape,
byte[] proto) |
Copyright © 1999–2015 UCAR/Unidata. All rights reserved.