|
|||||||||
| 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.FileCreateSource
public final class FileCreateSource
Represents a file source for creation.
| Constructor Summary | |
|---|---|
FileCreateSource(java.lang.String filePath)
Initializes a new instance of the FileCreateSource class. |
|
FileCreateSource(java.lang.String filePath,
boolean isTemporal)
Initializes a new instance of the FileCreateSource class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFilePath()
Gets the file path to create. |
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 FileCreateSource(java.lang.String filePath)
Initializes a new instance of the FileCreateSource class.
filePath - The file path to create.
public FileCreateSource(java.lang.String filePath,
boolean isTemporal)
Initializes a new instance of the FileCreateSource class.
filePath - The file path to create.isTemporal - If set to true the created file will be temporal.| Method Detail |
|---|
public java.lang.String getFilePath()
Gets the file path to create.
Value: The file path to create.
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 | ||||||||