public class DataSetStreamProducer
extends java.lang.Object
Constructor and Description |
---|
DataSetStreamProducer()
Creates a new instance of DataSetStreamProducer
|
Modifier and Type | Method and Description |
---|---|
DataSet |
getDataSet()
Getter for property dataSet.
|
boolean |
isAsciiTransferTypes()
Getter for property asciiTransferTypes.
|
boolean |
isCompressed()
Getter for property compressed.
|
void |
setAsciiTransferTypes(boolean asciiTransferTypes)
If true, use ascii-type transfer types when creating the stream, so the
stream is more easily read by humans and stream-naive parsers.
|
void |
setCompressed(boolean compressed)
If true, create a compressed stream.
|
void |
setDataSet(DataSet dataSet)
Setter for property dataSet.
|
void |
writeStream(java.io.OutputStream out)
convenient method for writing to an OutputStream.
|
void |
writeStream(java.nio.channels.WritableByteChannel out)
writes the stream to the Channel.
|
public DataSetStreamProducer()
public void writeStream(java.io.OutputStream out)
public void writeStream(java.nio.channels.WritableByteChannel out)
public boolean isAsciiTransferTypes()
public void setAsciiTransferTypes(boolean asciiTransferTypes)
asciiTransferTypes
- New value of property asciiTransferTypes.public boolean isCompressed()
public void setCompressed(boolean compressed)
compressed
- New value of property compressed.public DataSet getDataSet()
public void setDataSet(DataSet dataSet)
dataSet
- New value of property dataSet.