Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PPB_FileIO_1_0 Struct Reference

Public Attributes

PP_Resource(* Create )(PP_Instance instance)
 
PP_Bool(* IsFileIO )(PP_Resource resource)
 
int32_t(* Open )(PP_Resource file_io, PP_Resource file_ref, int32_t open_flags, struct PP_CompletionCallback callback)
 
int32_t(* Query )(PP_Resource file_io, struct PP_FileInfo *info, struct PP_CompletionCallback callback)
 
int32_t(* Touch )(PP_Resource file_io, PP_Time last_access_time, PP_Time last_modified_time, struct PP_CompletionCallback callback)
 
int32_t(* Read )(PP_Resource file_io, int64_t offset, char *buffer, int32_t bytes_to_read, struct PP_CompletionCallback callback)
 
int32_t(* Write )(PP_Resource file_io, int64_t offset, const char *buffer, int32_t bytes_to_write, struct PP_CompletionCallback callback)
 
int32_t(* SetLength )(PP_Resource file_io, int64_t length, struct PP_CompletionCallback callback)
 
int32_t(* Flush )(PP_Resource file_io, struct PP_CompletionCallback callback)
 
void(* Close )(PP_Resource file_io)
 

The documentation for this struct was generated from the following file: