ForeverZer0 / SharpNBT

A pure CLS-compliant C# implementation of the Named Binary Tag (NBT) format specification commonly used with Minecraft applications, allowing easy reading/writing streams and serialization to other formats.
MIT License
25 stars 9 forks source link

PrettyPrint should accept a stream argument #19

Open ForeverZer0 opened 10 months ago

ForeverZer0 commented 10 months ago

Rework the "PrettyPrint" logic to output to a Stream/TextWriter, which defaults to the standard output when not specified. This would provide more flexibility than StringBuilder object.