[Aaru.Helpers] Move all stream extensions from around the application to this project.

This commit is contained in:
2023-10-07 21:29:49 +01:00
parent c71817f087
commit 6b44679fbb
19 changed files with 19 additions and 1605 deletions

View File

@@ -35,6 +35,7 @@ using System.IO;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Interfaces;
using Aaru.Helpers;
using Aaru.Helpers.IO;
using SharpCompress.Compressors;
using SharpCompress.Compressors.LZMA;