|
StarEngine
|
#include <Resource.h>

Public Member Functions | |
| Resource (android_app *pApplication, const tstring &pPath) | |
| const tstring & | GetPath () const |
| status | Open () |
| void | Close () |
| status | Read (void *pBuffer, size_t pCount) |
| off_t | GetLength () const |
| const void * | GetBufferize () const |
| ResourceDescriptor | DeScript () |
| star::Resource::Resource | ( | android_app * | pApplication, |
| const tstring & | pPath | ||
| ) |
| void star::Resource::Close | ( | ) |
| ResourceDescriptor star::Resource::DeScript | ( | ) |
| const void * star::Resource::GetBufferize | ( | ) | const |
| off_t star::Resource::GetLength | ( | ) | const |
| const tstring & star::Resource::GetPath | ( | ) | const |
| status star::Resource::Open | ( | ) |
| status star::Resource::Read | ( | void * | pBuffer, |
| size_t | pCount | ||
| ) |
1.8.5