ComponentOne Zip for UWP
ZStream Property (C1ZStreamWriter)

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class : ZStream Property
Gets the ZStream instance wrapped by this C1ZStreamWriter.
Syntax
'Declaration
 
Public ReadOnly Property ZStream As ZStream
public ZStream 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

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members