public class BinaryDataSourceFormat extends AbstractDataSourceFormat
Constructor and Description |
---|
BinaryDataSourceFormat() |
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
|
getBooleanParam, getParam, getResourceURI, maybeMkdirs, setUri, streamData
public void formatData(java.lang.String uri, QDataSet data, ProgressMonitor mon) throws java.io.IOException
DataSourceFormat
java.io.IOException
public boolean canFormat(QDataSet ds)
DataSourceFormat
public java.lang.String getDescription()
DataSourceFormat