17 #include <zypp-core/base/GzStream> 19 #ifdef ENABLE_ZCHUNK_COMPRESSION 20 #include <zypp-core/base/ZckStream> 35 inline std::streamoff _helperInitSize(
const Pathname & file_r )
45 #ifdef ENABLE_ZCHUNK_COMPRESSION 76 , _name(
std::move( name_r ))
88 , _size( _helperInitSize(
_path ) )
100 , _name(
std::move( name_r ))
101 , _size( _helperInitSize(
_path ) )
113 , _size( _helperInitSize(
_path ) )
125 , _name(
std::move( name_r ))
126 , _size( _helperInitSize(
_path ) )
138 , _size( _helperInitSize(
_path ) )
150 , _name(
std::move( name_r ))
151 , _size( _helperInitSize(
_path ) )
std::string asString(const Patch::Category &obj)
String related utilities and Regular expression matching.
std::ostream & operator<<(std::ostream &str, const SerialNumber &obj)
ZIP_TYPE zipType(const Pathname &file)
detail::fXstream< std::istream, gzstream_detail::fgzstreambuf > ifgzstream
istream reading gzip files as well as plain files.
shared_ptr custom deleter doing nothing.
Easy-to use interface to the ZYPP dependency resolver.
detail::fXstream< std::istream, detail::ZChunkStreamBuf > ifzckstream
istream reading zchunk files.