binary_reader v1.4.2
Changelog:
- Added a method to write strings with fixed size:
br.write_str_fixed(string, size, encoding)
- Changed the behavior of
br.read_str(size, encoding)
to read 0 bytes if the size is not given
Changelog:
br.write_str_fixed(string, size, encoding)
br.read_str(size, encoding)
to read 0 bytes if the size is not given