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
IOException
public long sendStart(OutputStream out) throws IOException
IOException
public long sendEnd(OutputStream out) throws IOException
IOException
public long sendHeader(OutputStream out) throws IOException
IOException
public long sendData(Variable v, Section section, OutputStream out, boolean deflate) throws IOException, InvalidRangeException
IOException
InvalidRangeException
public long streamAll(OutputStream out) throws IOException, InvalidRangeException
IOException
InvalidRangeException
public static void main2(String[] args) throws InvalidRangeException
InvalidRangeException
public static void main(String[] args) throws InvalidRangeException
InvalidRangeException
Copyright © 1999–2019 UCAR/Unidata. All rights reserved.