public class NcStreamReader
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NcStreamReader.DataResult |
Constructor and Description |
---|
NcStreamReader() |
Modifier and Type | Method and Description |
---|---|
static double |
getCompression(boolean reset) |
StructureDataIterator |
getStructureIterator(java.io.InputStream is,
NetcdfFile ncfile) |
NcStreamReader.DataResult |
readData(java.io.InputStream is,
NetcdfFile ncfile,
java.lang.String location)
Read the result of a data request.
|
NetcdfFile |
readStream(java.io.InputStream is,
NetcdfFile ncfile) |
public static double getCompression(boolean reset)
public NetcdfFile readStream(java.io.InputStream is, NetcdfFile ncfile) throws java.io.IOException
java.io.IOException
public NcStreamReader.DataResult readData(java.io.InputStream is, NetcdfFile ncfile, java.lang.String location) throws java.io.IOException
is
- read from input streamncfile
- need the metadata from here to interpret structure datajava.io.IOException
- on read errorpublic StructureDataIterator getStructureIterator(java.io.InputStream is, NetcdfFile ncfile) throws java.io.IOException
java.io.IOException