public class AsciiTableDataSourceFormat extends AbstractDataSourceFormat
| Constructor and Description |
|---|
AsciiTableDataSourceFormat() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFormat(QDataSet ds)
return true if the dataset can be formatted
|
void |
formatData(java.lang.String uri,
QDataSet data,
ProgressMonitor mon)
format the data to an ASCII table file.
|
java.lang.String |
getDescription()
return a description of this format
|
getBooleanParam, getParam, getResourceURI, maybeMkdirs, setUri, streamDatapublic void formatData(java.lang.String uri,
QDataSet data,
ProgressMonitor mon)
throws java.io.IOException
uri - data - mon - java.io.IOExceptionpublic boolean canFormat(QDataSet ds)
DataSourceFormatpublic java.lang.String getDescription()
DataSourceFormat