mstefarov / fNbt

A C# library for reading and writing Named Binary Tag (NBT) files and streams. A continuation of libnbt project, originally by Erik Davidson (aphistic).
116 stars 31 forks source link

Converting NBT #30

Closed xPenguinx closed 5 years ago

xPenguinx commented 5 years ago

How can I convert all the NBT data to a byte[]

nbtFile.RootTag.ByteArrayValue isn't allowing me to do so