com.aspose.imaging.sources
Class FileSource

java.lang.Object
  extended by com.aspose.imaging.sources.FileSource
All Implemented Interfaces:
Source
Direct Known Subclasses:
FileCreateSource, FileOpenSource

public abstract class FileSource
extends java.lang.Object
implements Source

Represents a file source which is capable of files manipulation.


Constructor Summary
FileSource()
           
 
Method Summary
abstract  boolean isTemporal()
           Gets a value indicating whether file will be temporal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.aspose.imaging.Source
getStreamContainer
 

Constructor Detail

FileSource

public FileSource()
Method Detail

isTemporal

public abstract boolean isTemporal()

Gets a value indicating whether file will be temporal.

Value: true if file will be temporal; otherwise, false.