v2.0.0
Overview
Fixed major unintentional behaviour in WriteBytes, and exposed raw read-write capabilities for fixed-length data structures.
Specific Changes
Fixed issue where using DataConstructor.WriteBytes multiple times in one function call would generate one block of bytes, rather than n blocks of bytes.
Renamed DataConstructor.WriteBytes to DataConstructor.WriteByteBlock.
Exposed DataConstructor.WriteRaw as public.
Added further documentation surrounding various DataConstructor methods.