|
⇤ ← Revision 1 as of 2010-06-07 00:54:35
Size: 523
Comment: create page, add content
|
Size: 586
Comment: update formatting
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 8: | Line 9: |
| Primary Include: [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_rwops.h|SDL_rwops.h]] | '''Primary Include:''' [[http://hg.libsdl.org/SDL/file/68dfd6df47da/include/SDL_rwops.h|SDL_rwops.h]] |
DRAFT |
File I/O Abstraction
Primary Include: SDL_rwops.h
Other Includes: SDL_stdinc.h, SDL_error.h
Contents
Introduction
This file provides a general interface for SDL to read and write data sources. It can easily be extended to files, memory, etc.
Functions
- SDL_AllocRW
- SDL_FreeRW
- SDL_RWFromConstMem
- SDL_RWFromFP
- SDL_RWFromFile
- SDL_RWFromMem
- SDL_RWclose
- SDL_RWops
- SDL_RWread
- SDL_RWseek
- SDL_RWsize
- SDL_RWtell
- SDL_RWwrite
- SDL_ReadBE16
- SDL_ReadBE32
- SDL_ReadBE64
- SDL_ReadLE16
- SDL_ReadLE32
- SDL_ReadLE64
- SDL_ReadU8
- SDL_WriteBE16
- SDL_WriteBE32
- SDL_WriteBE64
- SDL_WriteLE16
- SDL_WriteLE32
- SDL_WriteLE64
- SDL_WriteU8
