#include <File.hpp>
Public Types | |
typedef INT64 | offset_type |
typedef FILE_OFFSET | library_offset_type |
Public Methods | |
File () | |
~File () | |
void | open (const std::string &fileName, int mode) |
void | close () |
void | read (void *buffer, offset_type count) |
void | write (const void *buffer, offset_type count) |
void | seekg (offset_type relativePosition, std::fstream::seekdir direction) |
void | seekp (offset_type relativePosition, std::fstream::seekdir direction) |
offset_type | tellg () |
offset_type | tellp () |
offset_type | gcount () |
int | rdstate () |
offset_type | size () const |
void | unlink () |
Static Public Methods | |
void | unlink (const std::string &fileName) |
void | rename (const std::string &oldName, const std::string &newName) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|