| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayStructureBB |
StructureDataDeep.copyToArrayBB(ArrayStructure as,
ByteOrder bo)
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
|
| Modifier and Type | Method and Description |
|---|---|
static int |
StructureDataDeep.copyToArrayBB(StructureData sdata,
ArrayStructureBB abb)
Make deep copy from a StructureData into the given 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 |
|---|---|
static ArrayStructureBB |
NcStream.decodeArrayStructure(StructureMembers sm,
int[] shape,
byte[] proto) |
Copyright © 1999-2015 UCAR/Unidata. All Rights Reserved.