LZ4Codec class
LZ4-like compression codec implementation
Ultra-fast compression algorithm optimized for real-time UDP communication. This uses gzip with a focus on speed similar to LZ4's philosophy.
Constructors
- LZ4Codec()
Properties
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited