WebCenter Interaction API  
 

IPTTempfile Members

IPTTempfile overview

Public Instance Methods

public methodCreate Allocates a zero sized temp file in the machine's PLUMTREE_TEMP directory
public methodDelete Deletes the file and uninitializes this object.
public methodGetDeleteWhenDone Returns an indication of whether the file will be removed when this object is destroyed.
public methodGetFileExtension Returns the file extension of the temp file.
public methodGetFileName Returns the temp file's name
public methodGetFileSize Returns the current size of the created file
public methodGetFullPath Returns the full path to the tempfile. If Create has not yet been called, getting FullPath will automatically call Init().
public methodGetTempDirectory Returns the location where temp files get created
public methodSetDeleteWhenDone Sets behavior determining whether the file will be removed when this object is destroyed.
public methodSetFileExtension Sets the file extension of the temp file.
public methodSetFileName Sets the temp file's name
public methodSetTempDirectory Sets the location where temp files will get created

See Also

IPTTempfile Interface | com.plumtree.server Namespace