#include <File.hpp>
Public Member Functions | |
File () | |
~File () | |
bool | create (const std::string &filename) |
bool | open (const std::string &filename) |
bool | openRead (const std::string &filename) |
bool | openTemporary (std::string &filename) |
void | close () |
size_t | read (void *buffer, UINT64 position, size_t length) |
size_t | write (const void *buffer, UINT64 position, size_t length) |
UINT64 | size () |
Private Attributes | |
int | _handle |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|