C# (CSharp) ICSharpCode.SharpZipLib.Tests.TestSupport Пространство имен

Классы

Имя Описание
ExerciseBuffer
MemoryStreamWithoutSeek A Stream that cannot seek.
NullStream A Stream that cannot be read but supports infinite writes.
ReadWriteRingBuffer A fixed size buffer of bytes. Both reading and writing are supported. Reading from an empty buffer will wait until data is written. Writing to a full buffer will wait until data is read.
TrackedMemoryStream An extended memory stream that tracks closing and disposing
Utils Miscellaneous test utilities.
WindowedStream A Stream that supports reading and writing from a fixed size memory buffer. This provides the ability to test writing and reading from very large streams without using any disk storeage
ZipTesting Provides support for testing in memory zip archives.