public class MessageUncompressedDataReader extends Object
| Constructor and Description |
|---|
MessageUncompressedDataReader() |
| Modifier and Type | Method and Description |
|---|---|
int |
readData(ArrayStructureBB abb,
Message m,
RandomAccessFile raf,
Range r,
boolean addTime,
Formatter f)
Read some or all datasets from a single message
|
ArrayStructure |
readEntireMessage(Structure s,
Message proto,
Message m,
RandomAccessFile raf,
Formatter f)
Read all datasets from a single message
|
public ArrayStructure readEntireMessage(Structure s, Message proto, Message m, 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(ArrayStructureBB abb, Message m, RandomAccessFile raf, 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 errorCopyright © 1999–2015 UCAR/Unidata. All rights reserved.