MICO Platform  1.0.0
 All Classes Namespaces Functions Variables Friends
Public Member Functions | List of all members
mico::io::url_istream Class Reference

Main type for opening an input stream to an URL for reading. More...

#include <URLStream.hpp>

Inheritance diagram for mico::io::url_istream:

Public Member Functions

 url_istream (const char *url)
 
 url_istream (std::string url)
 

Detailed Description

Main type for opening an input stream to an URL for reading.

Use url_istream(URL) to open a new stream, and normal stream operators for receiving data (i.e. >>).


The documentation for this class was generated from the following file: