public class MessageUncompressedDataReader extends Object
| Constructor and Description |
|---|
MessageUncompressedDataReader() |
| Modifier and Type | Method and Description |
|---|---|
int |
readData(ucar.ma2.ArrayStructureBB abb,
Message m,
ucar.unidata.io.RandomAccessFile raf,
ucar.ma2.Range r,
boolean addTime,
Formatter f)
Read some or all datasets from a single message
|
ucar.ma2.ArrayStructure |
readEntireMessage(ucar.nc2.Structure s,
Message proto,
Message m,
ucar.unidata.io.RandomAccessFile raf,
Formatter f)
Read all datasets from a single message
|
public ucar.ma2.ArrayStructure readEntireMessage(ucar.nc2.Structure s,
Message proto,
Message m,
ucar.unidata.io.RandomAccessFile raf,
Formatter f)
throws IOException
s - outer variablesproto - prototype message, has been processedm - read this messageraf - from this filef - output bit count debugging info (may be null)IOException - on read errorpublic int readData(ucar.ma2.ArrayStructureBB abb,
Message m,
ucar.unidata.io.RandomAccessFile raf,
ucar.ma2.Range r,
boolean addTime,
Formatter f)
throws IOException
abb - place data into here in order (may be null)m - read this messageraf - from this filer - which datasets, reletive to this message. null == all.addTime - add the time coordinatef - output bit count debugging info (may be null)IOException - on read error