File with the Resource interface.
More...
File with the Resource interface.
Definition at line 246 of file IO.hpp.
Gosu::File::File |
( |
const std::wstring & |
filename, |
|
|
FileMode |
mode = fmRead |
|
) |
| |
|
explicit |
void Gosu::File::read |
( |
std::size_t |
offset, |
|
|
std::size_t |
length, |
|
|
void * |
destBuffer |
|
) |
| const |
|
virtual |
void Gosu::File::resize |
( |
std::size_t |
newSize | ) |
|
|
virtual |
std::size_t Gosu::File::size |
( |
| ) |
const |
|
virtual |
void Gosu::File::write |
( |
std::size_t |
offset, |
|
|
std::size_t |
length, |
|
|
const void * |
sourceBuffer |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: