|
|
| FileIO_Private (const InstanceHandle &instance) |
| |
|
int32_t | RequestOSFileHandle (const CompletionCallbackWithOutput< PassFileHandle > &cc) |
| |
| | FileIO () |
| |
| | FileIO (const InstanceHandle &instance) |
| |
| | FileIO (const FileIO &other) |
| |
| int32_t | Open (const FileRef &file_ref, int32_t open_flags, const CompletionCallback &cc) |
| |
| int32_t | Query (PP_FileInfo *result_buf, const CompletionCallback &cc) |
| |
| int32_t | Touch (PP_Time last_access_time, PP_Time last_modified_time, const CompletionCallback &cc) |
| |
| int32_t | Read (int64_t offset, char *buffer, int32_t bytes_to_read, const CompletionCallback &cc) |
| |
| int32_t | Read (int32_t offset, int32_t max_read_length, const CompletionCallbackWithOutput< std::vector< char > > &cc) |
| |
| int32_t | Write (int64_t offset, const char *buffer, int32_t bytes_to_write, const CompletionCallback &cc) |
| |
| int32_t | SetLength (int64_t length, const CompletionCallback &cc) |
| |
| int32_t | Flush (const CompletionCallback &cc) |
| |
| void | Close () |
| |
|
| Resource () |
| | The default constructor.
|
| |
| | Resource (const Resource &other) |
| |
|
virtual | ~Resource () |
| | Destructor.
|
| |
| Resource & | operator= (const Resource &other) |
| |
| bool | is_null () const |
| |
|
PP_Resource | pp_resource () const |
| |
| PP_Resource | detach () |
| |
The documentation for this class was generated from the following file: