Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NBTStream: allow specifying an offset parameter to read()
this permits reading directly from a buffer ptr without substr(). The parameter is a reference and will be updated to reflect the point where the reader stopped reading.
- Loading branch information