CInternetFile Members
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. |