Classes | Namespaces
ZipEntryUtf8To32ReadResource.hpp File Reference

(4)

A read-only UTF-8 entry in a zip file which is read as UTF-32 characters. More...

#include <Balau/Resource/Utf8To32ReadResource.hpp>
#include <Balau/Resource/ByteReadResource.hpp>
#include <Balau/Resource/Impl/ZipEntrySource.hpp>
#include <boost/iostreams/code_converter.hpp>
#include <boost/iostreams/stream.hpp>
#include <codecvt>
Include dependency graph for ZipEntryUtf8To32ReadResource.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ZipEntryUtf8To32ReadResource
 A read-only entry in a zip file which is read as UTF-8 characters and implicitly converted to UTF-32 characters. More...
 

Namespaces

 Balau::Resource
 The unified resource class hierarchy.
 

Detailed Description

A read-only UTF-8 entry in a zip file which is read as UTF-32 characters.