- Updated example, lints and pubspec content.
- Fix bug on duplicate null-terminated bytes.
- Support for efficiently reading null-terminated bytes.
- Perfomance optimizations. (Thanks to insinfohttps://github.com/insinfo))
- Fixed bug related to zero byte read at end of buffer. (#8 thanks to adrianboyko)
- Final null-safe release.
- Updated to null safety, no changes to external API. (#6 thanks to TimWhiting)
- Updated to modern Dart standards.
ByteDataReader.offsetInBytes
.
- Using
package:pedantic
as base of the lint rules.
- Fix
offsetInBytes
use.
- More efficient merge in
ByteDataReader
.
- Fix buffer processing bug.
ByteDataReader.readAhead
byteLength
-driven read and write methods for integers.
- Fix return type of
ByteDataReader.read()
.
- Initial version.