
18 Jun
2008
18 Jun
'08
8:36 a.m.
Andrew Coppin
It appears the library will only handle data that is byte-aligned. So if I try to write three Bool values, it uses three bytes, not three bits.
The original Binary library, circa 1998, was based on bit-streams rather than bytes. You might be able to dig up a copy and bring it back to life. http://citeseer.ist.psu.edu/wallace98bits.html ftp://ftp.cs.york.ac.uk/pub/malcolm/ismm98.html Regards, Malcolm