|
DocWire SDK
DocWire SDK: Award-winning modern data processing in C++20. SourceForge Community Choice & Microsoft support. AI-driven processing. Supports nearly 100 data formats, including email boxes and OCR. Boost efficiency in text extraction, web data extraction, data mining, document analysis. Offline processing possible for security and confidentiality
|
Public Member Functions | |
| zip_reader (const data_source &data) | |
| void | open () |
| bool | exists (const std::string &file_name) const |
| bool | read (const std::string &file_name, std::string *contents, int num_of_chars=0) |
| bool | getFileSize (const std::string &file_name, unsigned long &file_size) |
| bool | readChunk (const std::string &file_name, std::string *contents, int num_of_chars) |
| bool | readChunk (const std::string &file_name, char *contents, int num_of_chars, int &readed, bool add_null_terminator=true) |
| void | closeReadingFileForChunks () |
| bool | loadDirectory () |
Additional Inherited Members | |
Protected Types inherited from docwire::with_pimpl< zip_reader > | |
| using | impl_type = pimpl_impl< zip_reader > |
Protected Member Functions inherited from docwire::with_pimpl< zip_reader > | |
| impl_type * | create_impl (Args &&... args) |
| with_pimpl (Args &&... args) | |
| with_pimpl (with_pimpl< zip_reader > &&other) noexcept | |
| with_pimpl (std::nullptr_t) | |
| with_pimpl & | operator= (with_pimpl &&other) noexcept |
| impl_type & | impl () |
| const impl_type & | impl () const |
Definition at line 23 of file zip_reader.h.
| bool docwire::zip_reader::loadDirectory | ( | ) |
Load and cache zip file directory. Speed up locating files dramatically. Use before multiple read() calls.