public class NcStreamReader extends 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(InputStream is,
NetcdfFile ncfile) |
NcStreamReader.DataResult |
readData(InputStream is,
NetcdfFile ncfile,
String location)
Read the result of a data request.
|
NetcdfFile |
readStream(InputStream is,
NetcdfFile ncfile) |
public static double getCompression(boolean reset)
public NetcdfFile readStream(InputStream is, NetcdfFile ncfile) throws IOException
IOExceptionpublic NcStreamReader.DataResult readData(InputStream is, NetcdfFile ncfile, String location) throws IOException
is - read from input streamncfile - need the metadata from here to interpret structure dataIOException - on read errorpublic StructureDataIterator getStructureIterator(InputStream is, NetcdfFile ncfile) throws IOException
IOException