bool SDL_ReadStorageFile(SDL_Storage *storage, const char *path, void *destination, Uint64 length);
| SDL_Storage * | storage | 読み込むストレージコンテナ |
| const char * | path | 読み込むファイルの相対パス |
| void * | destination | ファイルの読込先のクライアントのバッファ |
| Uint64 | length | バッファの長さ |
lengthの値はファイルのサイズと正確に一致している必要がある. ファイルのサイズはSDL_GetStorageFileSize()で得られる.
この動作は後のリリースで緩和される可能性がある.