LibAC-dart/lib/nbt
zontreck d7cc626144 Fix: Write locking on windows
On windows this write lock seems to persist even after writing has completed, so we switch to a Random Access File instead by opening then closing the file when done reading or writing to it.
2024-11-25 11:57:59 -07:00
..
impl Adds to the Tag a parent tag reference. 2024-07-22 04:49:57 -07:00
InvalidNBTDataException.dart Implement NbtIO and some unit tests using the HelloWorld NBT 2024-05-05 23:30:27 -07:00
NbtIo.dart Adds two new helper NbtIo functions 2024-07-22 19:06:29 -07:00
NbtUtils.dart Change package name, remove flutter as SDK 2024-05-24 14:36:51 -07:00
SnbtIo.dart Completely rework SNBT Parser 2024-08-29 06:55:12 -07:00
Stream.dart Fix: Write locking on windows 2024-11-25 11:57:59 -07:00
Tag.dart Fix floats and doubles 2024-08-29 07:08:11 -07:00