boost::http_proto::file_stdio
An implementation of File which uses cstdio.
Synopsis
Declared in header <boost/http_proto/file_stdio.hpp>
class file_stdio;
Member Functions
Name |
Description |
Close the file if open |
|
|
Constructor |
Returns |
|
Returns the native handle associated with the file. Set 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 |
|
|
Destructor |
Description
This class implements a file using the interfaces present
in the C++ Standard Library, in <stdio>
.