[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

@@ -36,6 +36,7 @@ using System.IO.Compression;
using Aaru.CommonTypes.Enums;
using Aaru.CommonTypes.Interfaces;
using Aaru.Helpers;
using Aaru.Helpers.IO;
namespace Aaru.Filters;