v1.0.1
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()
.