| BitCompressor(Bit7zLibrary const &lib, BitInOutFormat const &format) | BitCompressor< Input > | inline |
| clearPassword() noexcept | BitAbstractArchiveHandler | |
| compressFile(Input inFile, const tstring &outFile, const tstring &inputName={}) const | BitCompressor< Input > | inline |
| compressFile(Input inFile, vector< byte_t > &outBuffer, const tstring &inputName={}) const | BitCompressor< Input > | inline |
| compressFile(Input inFile, ostream &outStream, const tstring &inputName={}) const | BitCompressor< Input > | inline |
| compressionFormat() const noexcept -> const BitInOutFormat & | BitAbstractArchiveCreator | |
| compressionLevel() const noexcept -> BitCompressionLevel | BitAbstractArchiveCreator | |
| compressionMethod() const noexcept -> BitCompressionMethod | BitAbstractArchiveCreator | |
| cryptHeaders() const noexcept -> bool | BitAbstractArchiveCreator | |
| dictionarySize() const noexcept -> uint32_t | BitAbstractArchiveCreator | |
| fileCallback() const -> FileCallback | BitAbstractArchiveHandler | |
| format() const noexcept -> const BitInFormat &override | BitAbstractArchiveCreator | virtual |
| isPasswordDefined() const noexcept -> bool | BitAbstractArchiveHandler | |
| library() const noexcept -> const Bit7zLibrary & | BitAbstractArchiveHandler | |
| overwriteMode() const -> OverwriteMode | BitAbstractArchiveHandler | |
| password() const -> tstring | BitAbstractArchiveHandler | |
| passwordCallback() const -> PasswordCallback | BitAbstractArchiveHandler | |
| progressCallback() const -> ProgressCallback | BitAbstractArchiveHandler | |
| ratioCallback() const -> RatioCallback | BitAbstractArchiveHandler | |
| retainDirectories() const noexcept -> bool | BitAbstractArchiveHandler | |
| setCompressionLevel(BitCompressionLevel level) noexcept | BitAbstractArchiveCreator | |
| setCompressionMethod(BitCompressionMethod method) | BitAbstractArchiveCreator | |
| setDictionarySize(uint32_t dictionarySize) | BitAbstractArchiveCreator | |
| setFileCallback(const FileCallback &callback) | BitAbstractArchiveHandler | |
| setFormatProperty(const wchar_t(&name)[N], T value) noexcept | BitAbstractArchiveCreator | inline |
| setFormatProperty(const wchar_t(&name)[N], const T &value) noexcept | BitAbstractArchiveCreator | inline |
| setOverwriteMode(OverwriteMode mode) | BitAbstractArchiveHandler | |
| setPassword(const tstring &password) override | BitAbstractArchiveCreator | virtual |
| setPassword(const tstring &password, bool cryptHeaders) | BitAbstractArchiveCreator | |
| setPasswordCallback(const PasswordCallback &callback) | BitAbstractArchiveHandler | |
| setProgressCallback(const ProgressCallback &callback) | BitAbstractArchiveHandler | |
| setRatioCallback(const RatioCallback &callback) | BitAbstractArchiveHandler | |
| setRetainDirectories(bool retain) noexcept | BitAbstractArchiveHandler | |
| setSolidMode(bool solidMode) noexcept | BitAbstractArchiveCreator | |
| setStoreSymbolicLinks(bool storeSymlinks) noexcept | BitAbstractArchiveCreator | |
| setThreadsCount(uint32_t threadsCount) noexcept | BitAbstractArchiveCreator | |
| setTotalCallback(const TotalCallback &callback) | BitAbstractArchiveHandler | |
| setUpdateMode(UpdateMode mode) | BitAbstractArchiveCreator | virtual |
| setUpdateMode(bool canUpdate) | BitAbstractArchiveCreator | |
| setVolumeSize(uint64_t volumeSize) noexcept | BitAbstractArchiveCreator | |
| setWordSize(uint32_t wordSize) | BitAbstractArchiveCreator | |
| solidMode() const noexcept -> bool | BitAbstractArchiveCreator | |
| storeSymbolicLinks() const noexcept -> bool | BitAbstractArchiveCreator | |
| threadsCount() const noexcept -> uint32_t | BitAbstractArchiveCreator | |
| totalCallback() const -> TotalCallback | BitAbstractArchiveHandler | |
| updateMode() const noexcept -> UpdateMode | BitAbstractArchiveCreator | |
| volumeSize() const noexcept -> uint64_t | BitAbstractArchiveCreator | |
| wordSize() const noexcept -> uint32_t | BitAbstractArchiveCreator | |