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.