public class NcStreamWriter extends Object
| Constructor and Description |
|---|
NcStreamWriter(NetcdfFile ncfile,
String location) |
| Modifier and Type | Method and Description |
|---|---|
long |
sendData(Variable v,
Section section,
OutputStream out,
NcStreamCompression compress) |
long |
sendData2(Variable v,
Section section,
OutputStream out,
NcStreamCompression compress) |
long |
sendEnd(OutputStream out) |
long |
sendHeader(OutputStream out) |
long |
sendStart(OutputStream out) |
long |
streamAll(OutputStream out) |
public NcStreamWriter(NetcdfFile ncfile, String location) throws IOException
IOExceptionpublic long sendStart(OutputStream out) throws IOException
IOExceptionpublic long sendEnd(OutputStream out) throws IOException
IOExceptionpublic long sendHeader(OutputStream out) throws IOException
IOExceptionpublic long sendData(Variable v, Section section, OutputStream out, NcStreamCompression compress) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic long sendData2(Variable v, Section section, OutputStream out, NcStreamCompression compress) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic long streamAll(OutputStream out) throws IOException, InvalidRangeException
IOExceptionInvalidRangeException