@Deprecated
public class NcStreamWriterChannel
extends java.lang.Object
| Constructor and Description |
|---|
NcStreamWriterChannel(NetcdfFile ncfile,
java.lang.String location)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main2(java.lang.String[] args)
Deprecated.
|
long |
sendData(Variable v,
Section section,
java.nio.channels.WritableByteChannel wbc,
NcStreamCompression compress)
Deprecated.
|
long |
sendEnd(java.nio.channels.WritableByteChannel wbc)
Deprecated.
|
long |
sendHeader(java.nio.channels.WritableByteChannel wbc)
Deprecated.
|
long |
sendStart(java.nio.channels.WritableByteChannel wbc)
Deprecated.
|
long |
streamAll(java.nio.channels.WritableByteChannel wbc)
Deprecated.
|
public NcStreamWriterChannel(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, NcStreamCompression compress) throws java.io.IOException, InvalidRangeException
java.io.IOExceptionInvalidRangeExceptionpublic long streamAll(java.nio.channels.WritableByteChannel wbc)
throws java.io.IOException,
InvalidRangeException
java.io.IOExceptionInvalidRangeExceptionpublic static void main2(java.lang.String[] args)
throws InvalidRangeException
InvalidRangeException