mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-12 03:56:55 +00:00
Delete `NonSeekableStream` used in Zip64 tests in favor of `ForwardOnlyStream` used in Mocks. Additionally, delete the `ForwardOnlyStream.ReadByte` implementation as the implementation on the base Stream is sufficient.