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
IOExceptionpublic long sendStart(WritableByteChannel wbc) throws IOException
IOExceptionpublic long sendEnd(WritableByteChannel wbc) throws IOException
IOExceptionpublic long sendHeader(WritableByteChannel wbc) throws IOException
IOExceptionpublic long sendData(Variable v, Section section, WritableByteChannel wbc, boolean deflate) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic long streamAll(WritableByteChannel wbc) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic static void main2(String[] args) throws InvalidRangeException
InvalidRangeExceptionpublic static void main(String[] args) throws InvalidRangeException
InvalidRangeExceptionCopyright © 1999–2015 UCAR/Unidata. All rights reserved.