tinycompress.rlebΒΆ
Run-Length Encoding for Bytes (RLEB) compression algorithm.
This module implements the RLEB compression algorithm, which combines run-length encoding with bit flags to efficiently compress data that contains repeated bytes.
Functions
Compresses data using the RLEB algorithm. |
|
Decompresses RLEB-compressed data. |
|
Command-line interface for RLEB compression/decompression. |
|
Opens an RLEB compressed file. |
Classes
RLEB compression implementation. |
|
RLEB decompression implementation. |
|
File-like object for reading/writing RLEB compressed files. |
Exceptions
Exception raised for RLEB compression/decompression errors. |