public class WavDataSourceFormat extends java.lang.Object implements DataSourceFormat
| Constructor and Description |
|---|
WavDataSourceFormat() |
| 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 dataset using the specified URI.
|
java.lang.String |
getDescription()
return a description of this format
|
public void formatData(java.lang.String uri,
QDataSet data,
ProgressMonitor mon)
throws java.io.IOException
DataSourceFormatformatData in interface DataSourceFormatjava.io.IOExceptionpublic boolean canFormat(QDataSet ds)
DataSourceFormatcanFormat in interface DataSourceFormatpublic java.lang.String getDescription()
DataSourceFormatgetDescription in interface DataSourceFormat