Overview | Namespace | Class | Index | Help |
File & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
File & | ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
const ::rtl::OUString & | ustrFileURL ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
ustrFileURL | The full qualified URL of the file. Relative paths are not allowed. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
sal_uInt32 | uHow, |
sal_Int64 | uPos ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
uHow | Distance to move the internal position pointer (from uPos). |
uPos | Absolute position from the beginning of the file. |
sal_uInt64 & | uPos ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
uPos | On success receives the current position of the file pointer. |
sal_Bool * | pIsEOF ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
pIsEOF | Points to a variable that receives the end-of-file status. |
sal_uInt64 | uSize ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
uSize | New size in bytes. |
void * | pBuffer, |
sal_uInt64 | uBytesRequested, |
sal_uInt64 & | rBytesRead ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
pBuffer | Points to a buffer which receives data. The buffer must be large enough to hold uBytesRequested bytes. |
uBytesRequested | Number of bytes which should be retrieved. |
rBytesRead | On success the number of bytes which have actually been retrieved. |
const void * | pBuffer, |
sal_uInt64 | uBytesToWrite, |
sal_uInt64 & | rBytesWritten ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
pBuffer | Points to a buffer which contains the data. |
uBytesToWrite | Number of bytes which should be written. |
rBytesWritten | On success the number of bytes which have actually been written. |
::rtl::ByteSequence & | aSeq ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
aSeq | A reference to a ::rtl::ByteSequence that will hold the line read on success. |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
In addition to these error codes others may occur as well, for instance:
const ::rtl::OUString & | ustrSourceFileURL, |
const ::rtl::OUString & | ustrDestFileURL ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
ustrSourceFileURL | Full qualified URL of the source file. |
ustrDestFileURL | Full qualified URL of the destination file. A directory is NOT a valid destination file! |
const ::rtl::OUString & | ustrSourceFileURL, |
const ::rtl::OUString & | ustrDestFileURL ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
ustrSourceFileURL | Full qualified URL of the source file. |
ustrDestFileURL | Full qualified URL of the destination file. An existing directory is NOT a valid destination ! |
const ::rtl::OUString & | ustrFileURL ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
ustrFileURL | Full qualified URL of the file to remove. |
const ::rtl::OUString & | ustrFileURL, |
sal_uInt64 | uAttributes ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
ustrFileURL | The full qualified file URL. |
uAttributes | Attributes of the file to be set. |
const ::rtl::OUString & | ustrFileURL, |
const TimeValue & | rCreationTime, |
const TimeValue & | rLastAccessTime, |
const TimeValue & | rLastWriteTime ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | YES | YES | NO |
ustrFileURL | The full qualified URL of the file. |
rCreationTime | Creation time of the given file. |
rLastAccessTime | Time of the last access of the given file. |
rLastWriteTime | Time of the last modifying of the given file. |
Copyright © 2003 Sun Microsystems, Inc.