public class NcStreamWriter
extends java.lang.Object
| Constructor and Description |
|---|
NcStreamWriter(NetcdfFile ncfile,
java.lang.String location) |
| Modifier and Type | Method and Description |
|---|---|
long |
sendData(Variable v,
Section section,
java.nio.channels.WritableByteChannel wbc) |
long |
sendEnd(java.nio.channels.WritableByteChannel wbc) |
long |
sendHeader(java.nio.channels.WritableByteChannel wbc) |
long |
sendStart(java.nio.channels.WritableByteChannel wbc) |
long |
streamAll(java.nio.channels.WritableByteChannel wbc) |
public NcStreamWriter(NetcdfFile ncfile, java.lang.String location) throws java.io.IOException
java.io.IOExceptionpublic long sendStart(java.nio.channels.WritableByteChannel wbc)
throws java.io.IOException
java.io.IOExceptionpublic long sendEnd(java.nio.channels.WritableByteChannel wbc)
throws java.io.IOException
java.io.IOExceptionpublic long sendHeader(java.nio.channels.WritableByteChannel wbc)
throws java.io.IOException
java.io.IOExceptionpublic long sendData(Variable v, Section section, java.nio.channels.WritableByteChannel wbc) throws java.io.IOException, InvalidRangeException
java.io.IOExceptionInvalidRangeExceptionpublic long streamAll(java.nio.channels.WritableByteChannel wbc)
throws java.io.IOException,
InvalidRangeException
java.io.IOExceptionInvalidRangeException