21#include <vrs/ErrorCode.h>
22#include <vrs/FileSpec.h>
23#include <vrs/os/CompilerAttributes.h>
55 return inOutFileSpec.parseUri();
Class to abstract the delegate file open operation for VRS file.
Definition FileDelegator.h:32
virtual int delegateOpen(const FileSpec &fileSpec, unique_ptr< FileHandler > &outNewDelegate)=0
virtual int parseUri(FileSpec &inOutFileSpec, MAYBE_UNUSED size_t colonIndex) const
Definition FileDelegator.h:54
Definition AsyncDiskFileChunk.hpp:49
Generalized file descriptor class, allowing the efficient representation of complex file objects,...
Definition FileSpec.h:37