Win32 file accessor. More...
#include <tpie/file_accessor/win32.h>
Public Member Functions | |
| void | open_wo (const std::string &path) |
| void | open_ro (const std::string &path) |
| bool | try_open_rw (const std::string &path) |
| void | open_rw_new (const std::string &path) |
| void | read_i (void *data, memory_size_type size) |
| void | write_i (const void *data, memory_size_type size) |
| void | seek_i (stream_size_type offset) |
| stream_size_type | file_size_i () |
| void | close_i () |
| void | truncate_i (stream_size_type bytes) |
| bool | is_open () const |
| void | set_cache_hint (cache_hint cacheHint) |