- Added IsArchiveAsync interface method to IFactory - Implemented async versions of IsZipFile, IsZipMulti, IsGZipFile - Updated ZipFactory and GZipFactory to override IsArchiveAsync - Updated ReaderFactory.OpenAsync to use IsArchiveAsync - Fixed Zip_Reader_Disposal_Test2_Async to use ReaderFactory.OpenAsync - Fixed TestStream to properly forward ReadAsync calls - Removed BufferedStream wrapping from AsyncBinaryReader as it uses sync Read - Added default implementation in Factory base class Co-authored-by: adamhathcock <527620+adamhathcock@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| TestPseudoTextStream.cs | ||
| Zip64AsyncTests.cs | ||
| Zip64Tests.cs | ||
| Zip64VersionConsistencyTests.cs | ||
| ZipArchiveAsyncTests.cs | ||
| ZipArchiveDirectoryTests.cs | ||
| ZipArchiveTests.cs | ||
| ZipMemoryArchiveWithCrcAsyncTests.cs | ||
| ZipMemoryArchiveWithCrcTests.cs | ||
| ZipReaderAsyncTests.cs | ||
| ZipReaderTests.cs | ||
| ZipWriterAsyncTests.cs | ||
| ZipWriterDirectoryTests.cs | ||
| ZipWriterTests.cs | ||