You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to introduce a streaming API for working with adventure-nbt, in order to become more flexible with data wrangling, and allow operations on the NBT stream without having to build a whole tree data structure.
This would likely involve:
designing the streaming reader/writer interfaces
replacing the existing BinaryTagIO.Reader/Writer system
integrating with the SNBT reader/writer system
handling things like depth or length limit as wrapper readers & writers (do we want Forwarding* interfaces)
The text was updated successfully, but these errors were encountered:
I'd like to introduce a streaming API for working with
adventure-nbt
, in order to become more flexible with data wrangling, and allow operations on the NBT stream without having to build a whole tree data structure.This would likely involve:
BinaryTagIO.Reader/Writer
systemForwarding*
interfaces)The text was updated successfully, but these errors were encountered: