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