Methods of Class OStoreFile
- OStoreFile
- OStoreFile(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Construction.
- ~OStoreFile
- ~OStoreFile(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Destruction.
- OStoreFile
- OStoreFile(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Copy construction.
- operator=
- OStoreFile & operator=(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Assignment.
- OStoreFile
- OStoreFile(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Construction from File Handle.
- operator storeFileHandle
- operator storeFileHandle(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Conversion into File Handle.
- isValid
- sal_Bool isValid(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Check for a valid File Handle.
- Return
- sal_True if valid, sal_False otherwise.
- create
- storeError create(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Open the file.
- See Also
- store_openFile()
- createInMemory
- storeError createInMemory(
sal_uInt16 |
nPageSize = STORE_DEFAULT_PAGESIZE ) throw(); |
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Open the temporary file in memory.
- See Also
- store_createMemoryFile()
- close
- void close(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Close the file.
- See Also
- store_closeFile()
- flush
- storeError flush(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Flush the file.
- See Also
- store_flushFile()
- getRefererCount
- storeError getRefererCount(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Get the number of referers to the file.
- See Also
- store_getFileRefererCount()
- getSize
- storeError getSize(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
YES |
NO |
NO |
NO |
YES |
NO |
- Summary
- Get the file size.
- See Also
- store_getFileSize()
- attrib
- storeError attrib(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Set attributes of a file entry.
- See Also
- store_attrib()
- attrib
- storeError attrib(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Set attributes of a file entry.
- See Also
- store_attrib()
- link
- storeError link(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Insert a file entry as 'hard link' to another file entry.
- See Also
- store_link()
- symlink
- storeError symlink(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Insert a file entry as 'symbolic link' to another file entry.
- See Also
- store_symlink()
- rename
- storeError rename(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Rename a file entry.
- See Also
- store_rename()
- remove
- storeError remove(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
NO |
- Summary
- Remove a file entry.
- See Also
- store_remove()
Top of Page
Copyright © 2010 Sun Microsystems, Inc.