Skip to content

v1.0.1

Compare
Choose a tag to compare
@Kermalis Kermalis released this 07 Sep 04:06
· 51 commits to master since this release

This release adds some methods to write strings with a specified number of chars. The string will be truncated to the char count if too many are present, and \0 will be added until the string is the length of the number of chars if the string was too short.

Also included are a few optimizations to EndianBinaryReader.ReadIntoObject() and EndianBinaryWriter.WriteObject().