Gets the ZStream instance wrapped by this C1ZStreamWriter.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public ZStream ZStream { get; }
Visual Basic
Public ReadOnly Property ZStream As ZStream
	Get

Remarks

This property is useful only in advanced applications that need to customize the low-level behavior of the compressor. It is not needed in common applications.

See Also