A read-only standard file on a file system which is read as bytes. More...
#include <FileByteReadResource.hpp>
Public Member Functions | |
FileByteReadResource (const File &file_) | |
Create a new file byte read resource from the supplied file URI. More... | |
void | close () override |
Close the stream(s) in the resource. More... | |
const File & | getFile () const |
Get the file URI. More... | |
std::istream & | readStream () override |
Get the input stream of the byte read resource. More... | |
const Uri & | uri () const override |
Get the URI associated with this resource. More... | |
Public Member Functions inherited from Resource | |
virtual | ~Resource ()=default |
Destroy the resource instance. More... | |
A read-only standard file on a file system which is read as bytes.
|
explicit |
Create a new file byte read resource from the supplied file URI.
NotFoundException | if the file does not exist |
|
inlineoverridevirtual |
Close the stream(s) in the resource.
Implements Resource.
const File& getFile | ( | ) | const |
Get the file URI.
|
inlineoverridevirtual |
Get the input stream of the byte read resource.
Implements ByteReadResource.
|
overridevirtual |
Get the URI associated with this resource.
Implements Resource.