include/core/SkOSFile.h File Reference
#include "SkString.h"
Go to the source code of this file.
Enumeration Type Documentation
- Enumerator:
kRead_SkFILE_Flag |
|
kWrite_SkFILE_Flag |
|
Definition at line 29 of file SkOSFile.h.
Function Documentation
void sk_fclose |
( |
SkFILE * |
|
) |
|
void sk_fflush |
( |
SkFILE * |
|
) |
|
size_t sk_fgetsize |
( |
SkFILE * |
|
) |
|
size_t sk_fread |
( |
void * |
buffer, |
|
|
size_t |
byteCount, |
|
|
SkFILE * |
| |
|
) |
| | |
bool sk_frewind |
( |
SkFILE * |
|
) |
|
Return true if the file could seek back to the beginning
int sk_fseek |
( |
SkFILE * |
, |
|
|
size_t |
, |
|
|
int |
| |
|
) |
| | |
size_t sk_ftell |
( |
SkFILE * |
|
) |
|
size_t sk_fwrite |
( |
const void * |
buffer, |
|
|
size_t |
byteCount, |
|
|
SkFILE * |
| |
|
) |
| | |