public class NcStreamWriterChannel extends Object
Constructor and Description |
---|
NcStreamWriterChannel(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,
WritableByteChannel wbc,
boolean deflate) |
long |
sendEnd(WritableByteChannel wbc) |
long |
sendHeader(WritableByteChannel wbc) |
long |
sendStart(WritableByteChannel wbc) |
long |
streamAll(WritableByteChannel wbc) |
public NcStreamWriterChannel(NetcdfFile ncfile, String location) throws IOException
IOException
public long sendStart(WritableByteChannel wbc) throws IOException
IOException
public long sendEnd(WritableByteChannel wbc) throws IOException
IOException
public long sendHeader(WritableByteChannel wbc) throws IOException
IOException
public long sendData(Variable v, Section section, WritableByteChannel wbc, boolean deflate) throws IOException, InvalidRangeException
IOException
InvalidRangeException
public long streamAll(WritableByteChannel wbc) 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–2018 UCAR/Unidata. All rights reserved.