- close
void function(void* data) nothrow close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- data
void* data;
Undocumented in source.
- get_size
long function(void* data) nothrow get_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- read
size_t function(void* ptr, size_t count, void* data) nothrow read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- seek
int function(long offset, int origin, void* data) nothrow seek;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.