public class MessageUncompressedDataReader
extends java.lang.Object
Constructor and Description |
---|
MessageUncompressedDataReader() |
Modifier and Type | Method and Description |
---|---|
int |
readData(ArrayStructureBB abb,
Message m,
RandomAccessFile raf,
Range r,
boolean addTime,
java.util.Formatter f)
Read some or all datasets from a single message
|
ArrayStructure |
readEntireMessage(Structure s,
Message proto,
Message m,
RandomAccessFile raf,
java.util.Formatter f)
Read all datasets from a single message
|
public ArrayStructure readEntireMessage(Structure s, Message proto, Message m, RandomAccessFile raf, java.util.Formatter f) throws java.io.IOException
s
- outer variablesproto
- prototype message, has been processedm
- read this messageraf
- from this filef
- output bit count debugging info (may be null)java.io.IOException
- on read errorpublic int readData(ArrayStructureBB abb, Message m, RandomAccessFile raf, Range r, boolean addTime, java.util.Formatter f) throws java.io.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)java.io.IOException
- on read error