1 #ifndef GENESIS_UTILS_IO_GZIP_H_ 2 #define GENESIS_UTILS_IO_GZIP_H_ 72 GzipError( std::string
const& z_stream_message,
int error_code );
83 #endif // include guard Base class for genesis exceptions.
Container namespace for all symbols of genesis in order to keep them separate when used as a library...
Exception class thrown by failed gzip/zlib operations.
GzipError(std::string const msg)
bool is_gzip_compressed_file(std::string const &file_name)
Return whether a given file is gzip-compressed.