Public Member Functions | |
virtual int | BytesAvailable () |
virtual bool | Close () |
virtual int | CopyFromStream (File *pstream, int byteSize) |
virtual bool | Flush () |
virtual int | GetErrorCode () |
virtual const char * | GetFilePath () |
virtual int | GetLength () |
virtual bool | IsValid () |
virtual bool | IsWritable () |
virtual SInt64 | LGetLength () |
virtual SInt64 | LSeek (SInt64 offset, int origin) |
virtual SInt64 | LTell () |
virtual int | Read (UByte *pbuffer, int numBytes) |
virtual int | Seek (int offset, int origin) |
virtual int | SkipBytes (int numBytes) |
virtual int | Tell () |
UnopenedFile () | |
virtual int | Write (const UByte *pbuffer, int numBytes) |
~UnopenedFile () |
Definition at line 28 of file OVR_SysFile.cpp.
OVR::UnopenedFile::UnopenedFile | ( | ) | [inline] |
Definition at line 31 of file OVR_SysFile.cpp.
OVR::UnopenedFile::~UnopenedFile | ( | ) | [inline] |
Definition at line 32 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::BytesAvailable | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 53 of file OVR_SysFile.cpp.
virtual bool OVR::UnopenedFile::Close | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 59 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::CopyFromStream | ( | File * | pstream, |
int | byteSize | ||
) | [inline, virtual] |
Implements OVR::File.
Definition at line 58 of file OVR_SysFile.cpp.
virtual bool OVR::UnopenedFile::Flush | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 54 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::GetErrorCode | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 47 of file OVR_SysFile.cpp.
virtual const char* OVR::UnopenedFile::GetFilePath | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 34 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::GetLength | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 43 of file OVR_SysFile.cpp.
virtual bool OVR::UnopenedFile::IsValid | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 37 of file OVR_SysFile.cpp.
virtual bool OVR::UnopenedFile::IsWritable | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 38 of file OVR_SysFile.cpp.
virtual SInt64 OVR::UnopenedFile::LGetLength | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 44 of file OVR_SysFile.cpp.
virtual SInt64 OVR::UnopenedFile::LSeek | ( | SInt64 | offset, |
int | origin | ||
) | [inline, virtual] |
Implements OVR::File.
Definition at line 56 of file OVR_SysFile.cpp.
virtual SInt64 OVR::UnopenedFile::LTell | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 42 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::Read | ( | UByte * | pbuffer, |
int | numBytes | ||
) | [inline, virtual] |
Implements OVR::File.
Definition at line 51 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::Seek | ( | int | offset, |
int | origin | ||
) | [inline, virtual] |
Implements OVR::File.
Definition at line 55 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::SkipBytes | ( | int | numBytes | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 52 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::Tell | ( | ) | [inline, virtual] |
Implements OVR::File.
Definition at line 41 of file OVR_SysFile.cpp.
virtual int OVR::UnopenedFile::Write | ( | const UByte * | pbuffer, |
int | numBytes | ||
) | [inline, virtual] |
Implements OVR::File.
Definition at line 50 of file OVR_SysFile.cpp.