public final class FileDataSource extends Object implements IDataSource
Represents file data source for load and save operations of a plugin.
| Constructor and Description |
|---|
FileDataSource(String path)
Initializes new file data source with the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDataType()
Type of data source (file).
|
String |
getPath()
Gets the path to the file of the current data source.
|
public FileDataSource(String path)
Initializes new file data source with the specified path.
path - A string representing the path to the source file.public final int getDataType()
Type of data source (file).
getDataType in interface IDataSourcepublic final String getPath()
Gets the path to the file of the current data source.
Copyright © 2025 Aspose. All Rights Reserved.