the bits library had a bug where numbers were not being converted correctly... This was VERY BAD!!!
Funny thing is that infinabits was correctly coded and worked!
Cleaned up files within the bin folder
Added:
+ bin:toDataBuffer()
[Converts a binobj to a data buffer]
+ bin:slide(n)
[changes the value of the characters by n, if n>255 it will wrap back around to 0]
Note: While streamable files can handle massive files without an issue, converting a massive file to a databuffer will probably throw a memory error!