|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.sources.FileSource
com.aspose.imaging.sources.FileOpenSource
public final class FileOpenSource
Represents a file source for opening.
| Constructor Summary | |
|---|---|
FileOpenSource(java.lang.String filePath)
Initializes a new instance of the FileOpenSource class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilePath()
Gets the file path to open. |
StreamContainer |
getStreamContainer()
Gets the stream container. |
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 |
| Constructor Detail |
|---|
public FileOpenSource(java.lang.String filePath)
Initializes a new instance of the FileOpenSource class.
filePath - The file path to open.| Method Detail |
|---|
public java.lang.String getFilePath()
Gets the file path to open.
Value: The file path to open.
public StreamContainer getStreamContainer()
Gets the stream container.
public boolean isTemporal()
Gets a value indicating whether file will be temporal.
Value:true if file will be temporal; otherwise, false.
isTemporal in class FileSource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||