A read-only entry in a zip file which is read as UTF-8 characters and implicitly converted to UTF-32 characters. More...
#include <ZipEntryUtf8To32ReadResource.hpp>
Public Member Functions | |
ZipEntryUtf8To32ReadResource (const ZipEntry &entry_) | |
Create a zip entry UTF-8 to UTF-32 read resource for the supplied zip entry URI. More... | |
void | close () override |
Close the stream(s) in the resource. More... | |
std::u32istream & | readStream () override |
Get the input stream of the UTF-8 to UTF-32 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 entry in a zip file which is read as UTF-8 characters and implicitly converted to UTF-32 characters.
Zip entry UTF-8 to UTF-32 read resources are created by calling ZipEntry::ZipEntryUtf8To32ReadResource.
|
explicit |
Create a zip entry UTF-8 to UTF-32 read resource for the supplied zip entry URI.
|
inlineoverridevirtual |
Close the stream(s) in the resource.
Implements Resource.
|
inlineoverridevirtual |
Get the input stream of the UTF-8 to UTF-32 read resource.
Implements Utf8To32ReadResource.
|
overridevirtual |
Get the URI associated with this resource.
Implements Resource.