Skip to content

v2.0.0

Choose a tag to compare

@MonkeManII MonkeManII released this 11 Jun 19:56
20f66ab

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.