18 #ifdef ENABLE_ZCHUNK_COMPRESSION 34 inline std::streamoff _helperInitSize(
const Pathname & file_r )
46 #ifdef ENABLE_ZCHUNK_COMPRESSION 75 const std::string & name_r )
87 , _stream( streamForFile( _path.
asString() ) )
89 , _size( _helperInitSize( _path ) )
98 const std::string & name_r )
100 , _stream( streamForFile( _path.
asString() ) )
102 , _size( _helperInitSize( _path ) )
112 , _stream( streamForFile( _path.
asString() ) )
114 , _size( _helperInitSize( _path ) )
123 const std::string & name_r )
125 , _stream( streamForFile( _path.
asString() ) )
127 , _size( _helperInitSize( _path ) )
137 , _stream( streamForFile( _path.
asString() ) )
139 , _size( _helperInitSize( _path ) )
148 const std::string & name_r )
150 , _stream( streamForFile( _path.
asString() ) )
152 , _size( _helperInitSize( _path ) )
std::string asString(const DefaultIntegral< Tp, TInitial > &obj)
detail::fXstream< std::istream, gzstream_detail::fgzstreambuf > ifgzstream
istream reading gzip files as well as plain files.
String related utilities and Regular expression matching.
ZIP_TYPE zipType(const Pathname &file)
std::ostream & operator<<(std::ostream &str, const Exception &obj)
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.