Offroaders123 / NBTify

A library to read and write NBT files on the web!
http://npm.im/nbtify
MIT License
42 stars 5 forks source link

Bytes Read Success Checksum #12

Closed Offroaders123 closed 1 year ago

Offroaders123 commented 2 years ago

Inspired from Prismarine NBT, I want to add the bytes successfully read checksum to the end of the NBTReader instantiater. It will protect against when part of the NBT stream is read, but there are still bytes to be read. If there is more to be read, it should throw.

Offroaders123 commented 1 year ago

Fixed! Just committed it to the repo with a matching name to this issue.