18 # include <vcl_msvc_warnings.h> 33 static std::istream*
open(
const char* url, std::ios::openmode mode=std::ios::in );
38 static bool exists(
const char* url);
42 static bool is_url(
const char* url);
46 static bool is_file(
const char* url);
static std::string encode_base64(const std::string &in)
Encode a string of chars into base64 format.
static bool is_file(const char *url)
Is that a file.
static bool exists(const char *url)
Does that URL exist.
static std::istream * open(const char *url, std::ios::openmode mode=std::ios::in)
open a URL.
static bool is_url(const char *url)
Is that a URL.
static std::string decode_base64(const std::string &in)
Decode a string of chars from base64 format.
Functions to test and open streams via a URL.