LogDoctor/docs/html/classGZutils.html

5.9 KiB

<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> </head>
LogDoctor 2.00
Parse Apache2/Nginx/IIS logs and create statistics
Loading...
Searching...
No Matches

GZUtils. More...

#include <gzip.h>

Static Public Member Functions

static void readFile (const std::string &path, std::string &content)
 Reads a GZipped file. More...
 

Detailed Description

GZUtils.

Utilities to work on GZipped files

Member Function Documentation

◆ readFile()

void GZutils::readFile ( const std::string &  path,
std::string &  content 
)
static

Reads a GZipped file.

Parameters
pathThe path of the file
contentWill hold the content of the file

The documentation for this class was generated from the following files:
  • logdoctor/utilities/gzip.h
  • logdoctor/utilities/gzip.cpp

Generated by doxygen 1.9.5 </html>