EBML input from S3 support

This commit is contained in:
Thulinma 2023-04-05 14:27:20 +02:00
parent 55be798e46
commit 364441c435
7 changed files with 176 additions and 61 deletions

View file

@ -20,6 +20,8 @@ namespace HTTP{
/// Calls open on the given relative uri during construction
/// URI is resolved relative to the current working directory
URIReader(const std::string &reluri);
/// Sets the internal URI to file://- and opens the given file descriptor in stream mode.
bool open(const int fd);
/// Sets the internal URI to the given URI and opens it, whatever that may mean for the given URI type.
bool open(const HTTP::URL &uri);
/// Links the internal URI to the given relative URI and opens it, whatever that may mean for the current URI type.