Verovio
Source code documentation
vrv::ZipFileReader Class Reference

This class is a reader for zip archives. More...

#include <filereader.h>

Public Member Functions

void Reset ()
 Reset a previously loaded file.
 
bool Load (const std::string &filename)
 Load a file into memory.
 
bool LoadBytes (const std::vector< unsigned char > &bytes)
 Load a vector into memory.
 
bool HasFile (const std::string &filename)
 Check if the archive contains the file.
 
std::string ReadTextFile (const std::string &filename)
 Read the text file. More...
 
std::list< std::string > GetFileList () const
 Return a list of all files (including directories)
 
Constructors, destructors, and other standard methods
 ZipFileReader ()
 
 ~ZipFileReader ()
 

Detailed Description

This class is a reader for zip archives.

Member Function Documentation

◆ ReadTextFile()

std::string vrv::ZipFileReader::ReadTextFile ( const std::string &  filename)

Read the text file.

Return an empty string if the file does not exist.


The documentation for this class was generated from the following file: