My Project
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ZionBandwidthOptimizer.Compression.CompressorInt Class Reference

Compresses integers to a given range. More...

Public Member Functions

 CompressorInt (int minValue, int maxValue)
 Default constructor.
 
 CompressorInt (CompressorIntConfig config)
 Constructor with config.
 
int GetRequiredBits ()
 Returns the number of bits required to store values between the specified range.
 
uint Compress (int value)
 Compresses the value.
 
int Decompress (uint data)
 Decompresses the value.
 

Detailed Description

Compresses integers to a given range.


The documentation for this class was generated from the following file: