FileSource
Inheritance: java.lang.Object, com.aspose.imaging.Source
public abstract class FileSource extends Source
Represents a file source which is capable of files manipulation.
Constructors
Constructor | Description |
---|---|
FileSource() |
Methods
Method | Description |
---|---|
isTemporal() | Gets a value indicating whether file will be temporal. |
FileSource()
public FileSource()
isTemporal()
public abstract boolean isTemporal()
Gets a value indicating whether file will be temporal.
Returns:
boolean - true
if file will be temporal; otherwise, false
.