Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base Class Members
Construction
Constructs a CInternetFile object. |
Operations
Sets the size of the buffer where data will be read. |
|
Sets the size of the buffer where data will be written. |
Overridables
Closes the file, ignoring all warnings and errors. |
|
Closes a CInternetFile and frees its resources. |
|
Flushes the contents of the write buffer and makes sure the data in memory is written to the target machine. |
|
Returns the size of the file. |
|
Reads the number of specified bytes. |
|
Reads a stream of characters. |
|
Repositions the pointer in an open file. |
|
Writes the number of specified bytes. |
|
Writes a null-terminated string to a file. |
Data Members
A handle to a file. |
Operators
A casting operator for an Internet handle. |