The goal of this library is to provide a scalable framework to work with files, it should be compatible with other libraries to allow a modular workflow.
This library has subprograms to manipulate individual bits in files.
Most of the bit-manipulating subprograms are from my NX Music File API
In the future, I may add more file-related subprograms, like commonly used codecs in files, like Huffman encodings.
Update 1:
- added file-handling subprograms from my Midi API
Update 2:
- added better file handling subprograms for ROM, RAM, strings, and the disk (which is accessed through a buffer)
- made the variable length quantity function better
- added data utilities like a bit inverter and a bit length detector of a variable
- moved all unfinished programs to the bottom under an "unfinished" comment