This repository contains a student project that implements bzip2 compression in Java. Additionally, the compression functionality can be accessed over Java RMI (Remote Method Invocation), making it available over networks.
- bzip2 Compression: Implementation of the bzip2 algorithm in Java.
- Java RMI: Remote access to compression functions.