ALLOW_ASYNC | LLVFile | [static] |
APPEND | LLVFile | [static] |
cleanupClass() | LLVFile | [static] |
eof() | LLVFile | |
getLastBytesRead() | LLVFile | |
getMaxSize() | LLVFile | |
getSize() | LLVFile | |
getVFSThread() | LLVFile | [inline, static] |
initClass(LLVFSThread *vfsthread=NULL) | LLVFile | [static] |
isLocked(EVFSLock lock) | LLVFile | |
isReadComplete() | LLVFile | |
LLVFile(LLVFS *vfs, const LLUUID &file_id, const LLAssetType::EType file_type, S32 mode=LLVFile::READ) | LLVFile | |
mBytesRead | LLVFile | [protected] |
mFileID | LLVFile | [protected] |
mFileType | LLVFile | [protected] |
mHandle | LLVFile | [protected] |
mMode | LLVFile | [protected] |
mOnReadQueue | LLVFile | [protected] |
mPosition | LLVFile | [protected] |
mPriority | LLVFile | [protected] |
mVFS | LLVFile | [protected] |
read(U8 *buffer, S32 bytes, BOOL async=FALSE, F32 priority=128.f) | LLVFile | |
READ | LLVFile | [static] |
READ_WRITE | LLVFile | [static] |
readFile(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, S32 *bytes_read=0) | LLVFile | [static] |
remove() | LLVFile | |
rename(const LLUUID &new_id, const LLAssetType::EType new_type) | LLVFile | |
sAllocdVFSThread | LLVFile | [protected, static] |
seek(S32 offset, S32 origin=-1) | LLVFile | |
setMaxSize(S32 size) | LLVFile | |
setReadPriority(const F32 priority) | LLVFile | |
sVFSThread | LLVFile | [protected, static] |
tell() const | LLVFile | |
threadPri() | LLVFile | [inline, protected] |
waitForLock(EVFSLock lock) | LLVFile | |
WRITE | LLVFile | [static] |
write(const U8 *buffer, S32 bytes) | LLVFile | |
writeFile(const U8 *buffer, S32 bytes, LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type) | LLVFile | [static] |
~LLVFile() | LLVFile | |