bit7z
4.1.0
A C++ library for interfacing with the 7-zip shared libs.
Toggle main menu visibility
Loading...
Searching...
No Matches
bitstreamcompressor.hpp
1
/*
2
* bit7z - A C++ static library to interface with the 7-zip shared libraries.
3
* Copyright (c) Riccardo Ostani - All Rights Reserved.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
8
*/
9
10
#ifndef BITSTREAMCOMPRESSOR_HPP
11
#define BITSTREAMCOMPRESSOR_HPP
12
13
#include "bitcompressor.hpp"
14
#include "bitdefines.hpp"
15
16
#include <istream>
17
18
namespace
bit7z
{
19
27
using
BitStreamCompressor
BIT7Z_MAYBE_UNUSED =
BitCompressor< std::istream& >
;
28
29
}
// namespace bit7z
30
31
#endif
// BITSTREAMCOMPRESSOR_HPP
bit7z::BitCompressor
The BitCompressor template class allows compressing files into archives.
Definition
bitcompressor.hpp:46
bit7z
The main namespace of the bit7z library.
Definition
bit7zlibrary.hpp:29
bit7z::BitStreamCompressor
BitCompressor< std::istream & > BitStreamCompressor
The BitStreamCompressor alias allows compressing data from standard input streams.
Definition
bitstreamcompressor.hpp:27
include
bit7z
bitstreamcompressor.hpp
Generated by
1.17.0