18 #ifdef ENABLE_ZCHUNK_COMPRESSION 34 inline std::streamoff _helperInitSize(
const Pathname & file_r )
44 #ifdef ENABLE_ZCHUNK_COMPRESSION 73 const std::string & name_r )
85 , _stream( streamForFile( _path.
asString() ) )
87 , _size( _helperInitSize( _path ) )
96 const std::string & name_r )
98 , _stream( streamForFile( _path.
asString() ) )
100 , _size( _helperInitSize( _path ) )
110 , _stream( streamForFile( _path.
asString() ) )
112 , _size( _helperInitSize( _path ) )
121 const std::string & name_r )
123 , _stream( streamForFile( _path.
asString() ) )
125 , _size( _helperInitSize( _path ) )
135 , _stream( streamForFile( _path.
asString() ) )
137 , _size( _helperInitSize( _path ) )
146 const std::string & name_r )
148 , _stream( streamForFile( _path.
asString() ) )
150 , _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.