Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
compression.hh File Reference

The Compress and Decompress classes wrapping the deflate and inflate algorithms. More...

#include "error.hh"
#include <zlib.h>
Include dependency graph for compression.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  ghidra::Compress
 Wrapper for the deflate algorithm. More...
 
class  ghidra::Decompress
 Wrapper for the inflate algorithm. More...
 
class  ghidra::CompressBuffer
 Stream buffer that performs compression. More...
 

Detailed Description

The Compress and Decompress classes wrapping the deflate and inflate algorithms.