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,
WritableByteChannel wbc) |
long |
sendEnd(WritableByteChannel wbc) |
long |
sendHeader(WritableByteChannel wbc) |
long |
sendStart(WritableByteChannel wbc) |
long |
streamAll(WritableByteChannel wbc) |
public NcStreamWriter(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) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionpublic long streamAll(WritableByteChannel wbc) throws IOException, InvalidRangeException
IOExceptionInvalidRangeExceptionCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.