Compresses 32 bit positive non-zero integers from a text file using the SigByte method.
The program is used to take numbers from a text file, find the gaps between them, and compress the gaps file.
The original text files are composed of page numbers from hits on a specific search term.
Future updates:
I have hardcoded one file to test on at a time, but will make it to where any file can be used, so long as the format is correct.
Will be implementing decompression method soon.
Code is written in Java right now, but looking into moving to C.