Revise LibAC

This commit is contained in:
Zontreck 2023-09-20 08:29:44 -07:00
parent 60ced631ba
commit c4e7b6fa54
35 changed files with 44 additions and 326 deletions

View file

@ -2,14 +2,14 @@
// All credit for the implementation of this file should go to the fNBT Authors, unless stated otherwise by comment!
using LibZNI.Serialization.ZNIFile;
using LibAC.Serialization.ACFile;
using System;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Text;
namespace LibZNI.Serialization
namespace LibAC.Serialization
{
/// <summary> BinaryReader wrapper that takes care of reading primitives from an NBT stream,
/// while taking care of endianness, string encoding, and skipping. </summary>