/xtract

A simple file compresser POC written in Java

Primary LanguageJava

XTract

A simple file compresser POC written in Java.

⚠️ This is only a Proof of Concept, which means it's not made for production or executing performance.

Usage

String compressed = BitProgression.compressBits(bits);
String decompressed = BitProgression.decompressBits(compressed);