Revise LibAC
This commit is contained in:
parent
60ced631ba
commit
c4e7b6fa54
35 changed files with 44 additions and 326 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue