public class NcStreamWriter extends Object
| Constructor and Description |
|---|
NcStreamWriter(NetcdfFile ncfile,
String location) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
main2(String[] args) |
long |
sendData(Variable v,
Section section,
OutputStream out,
boolean deflate) |
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, boolean deflate) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic long streamAll(OutputStream out) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic static void main2(String[] args) throws InvalidRangeException
InvalidRangeExceptionpublic static void main(String[] args) throws InvalidRangeException
InvalidRangeExceptionCopyright © 1999–2013 UCAR/Unidata. All rights reserved.