|  | Home | Libraries | People | FAQ | More | 
An implementation of File for Win32.
        Defined in header <boost/beast/core/file_win32.hpp>
      
class file_win32
| Name | Description | 
|---|---|
| The type of the underlying file handle. | 
| Name | Description | 
|---|---|
| Close the file if open. | |
| file_win32 [constructor] | Constructor. | 
| 
                  Returns  | |
| 
                  Returns the native handle associated with the file.  | |
| Open a file at the given path with the specified mode. | |
| Assignment. | |
| Return the current position in the open file. | |
| Read from the open file. | |
| Adjust the current position in the open file. | |
| Return the size of the open file. | |
| Write to the open file. | |
| ~file_win32 [destructor] | Destructor. | 
This class implements a File using Win32 native interfaces.