Fabcoin Core  0.16.2
P2P Digital Currency
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes
gzip.h File Reference

GZIP compression and decompression (RFC 1952) More...

#include "cryptlib.h"
#include "zdeflate.h"
#include "zinflate.h"
#include "crc.h"
Include dependency graph for gzip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Gzip
 GZIP Compression (RFC 1952) More...
 
class  Gunzip
 GZIP Decompression (RFC 1952) More...
 
class  Gunzip::HeaderErr
 Exception thrown when a header decoding error occurs. More...
 
class  Gunzip::TailErr
 Exception thrown when the tail is too short. More...
 
class  Gunzip::CrcErr
 Exception thrown when a CRC error occurs. More...
 
class  Gunzip::LengthErr
 Exception thrown when a length error occurs. More...
 

Detailed Description

GZIP compression and decompression (RFC 1952)

Definition in file gzip.h.