:: com :: sun :: star :: io ::
|
unpublished |
interface XTempFile |
|
|
- Base Interfaces
XTempFile
┣ XStream
┗ XSeekable
XStream |
- Description
- interface XStream offers read and write access to
the same stream.
|
XSeekable |
- Description
- interface XSeekable makes it possible to seek to a
certain position within a stream.
|
|
- Description
- This interface offers access to temp files.
|
Attributes' Summary |
RemoveFile |
This attribute controls whether the file will be automatically
removed on object destruction.
|
Uri |
This attribute specifies the URL of the temp file.
|
ResourceName |
This attribute specifies the temp file name.
|
Attributes' Details |
RemoveFile
boolean RemoveFile;
- Description
- This attribute controls whether the file will be automatically
removed on object destruction.
|
|
Uri
[ readonly ] string Uri;
- Description
- This attribute specifies the URL of the temp file.
|
|
ResourceName
[ readonly ] string ResourceName;
- Description
- This attribute specifies the temp file name.
|
|
Top of Page
Copyright © 2010 Sun Microsystems, Inc.