-
-
Notifications
You must be signed in to change notification settings - Fork 119
BitInputArchive
Oz edited this page Sep 3, 2019
·
8 revisions
#include "bitinputarchive.hpp"
Return type | Name |
---|---|
BitInputArchive( const BitArchiveHandler &handler, const wstring &in_file ) | |
BitInputArchive( const BitArchiveHandler &handler, const vector< byte_t > &in_buffer ) | |
BitInputArchive( const BitArchiveHandler &handler, std::istream &in_stream ) | |
~BitInputArchive() | |
const BitInFormat & | detectedFormat() const |
BitPropVariant | getArchiveProperty( BitProperty property ) const |
BitPropVariant | getItemProperty( uint32_t index, BitProperty property ) const |
uint32_t | itemsCount() const |
bool | isItemFolder( uint32_t index ) const |
bool | isItemEncrypted( uint32_t index ) const |
BitInputArchive( const BitArchiveHandler &handler, const wstring &in_file )
BitInputArchive( const BitArchiveHandler &handler, const vector< byte_t > &in_buffer )
BitInputArchive( const BitArchiveHandler &handler, std::istream &in_stream )
const BitInFormat & detectedFormat() const
Returns the detected format of the file.
BitPropVariant getArchiveProperty( BitProperty property ) const
Gets the specified archive property.
Returns the current value of the archive property or an empty BitPropVariant if no value is specified.
BitPropVariant getItemProperty( uint32_t index, BitProperty property ) const
Gets the specified property of an item in the archive.
Returns the current value of the item property or an empty BitPropVariant if the item has no value for the property.
Returns the number of items contained in the archive.
Returns true if and only if the item at index is a folder.
Returns true if and only if the item at index is encrypted.
Documentation for bit7z v4.0.8
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
Copyright © 2014 - 2024 Riccardo Ostani (@rikyoz)
- Bit7zLibrary
- BitArchiveEditor
- BitArchiveReader
- BitArchiveWriter
- BitException
- BitFileCompressor
- BitFileExtractor
- BitMemCompressor
- BitMemExtractor
- BitStreamCompressor
- BitStreamExtractor
- BitInFormat