staticlib_unzip  1.0.6
 All Classes Namespaces Files Functions Variables
Namespaces | Functions
operations.hpp File Reference
#include <memory>
#include <streambuf>
#include <string>
#include "staticlib/unzip/file_index.hpp"

Go to the source code of this file.

Namespaces

namespace  staticlib
namespace  staticlib::unzip

Functions

std::unique_ptr< std::streambuf > staticlib::unzip::open_zip_entry (const file_index &idx, const std::string &entry_name)
 Opens "input stream" to the specified ZIP entry in the ZIP file corresponding to the specified index.