Adds a zipping layer to read and write operations on another stream.
For a list of all members of this type, see ZipStream Members.
System.Object
System.MarshalByRefObject
System.IO.Stream
Resco.IO.Zip.ZipStream
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This class is used as layer for packed streams. In constructor you must specify main stream which is used for read or write packed data. ZipStream cannot be read/write, it can only read or only write in one instance. When opening in any operation (read or write), calling another will throw NotSupportedException. This is non-seekable stream, so you can read or write data only sequential.
Namespace: Resco.IO.Zip
Assembly: Resco.Zip.CF3 (in Resco.Zip.CF3.dll)
ZipStream Members | Resco.IO.Zip Namespace