My Project
|
Classes | |
class | BitConvertHelper |
Helper class that manages conversions of float / double values to / from a byte array. More info on Endianness: https://en.wikipedia.org/wiki/Endianness. | |
class | BitPacker |
A first-in-first-out (FIFO) bit packer that stores data in 4-byte chunks and can be manipulated on a bit level. More... | |
interface | IBitSerializable |
Enables an object to be serialized into or deserialized from a bit packer. More... | |