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