ComponentOne Zip for UWP
Read Method (C1ZStreamWriter)

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class : Read Method
Not supported.
Syntax
'Declaration
 
Public Overrides Function Read( _
   ByVal buf() As System.Byte, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) As System.Integer
public override System.int Read( 
   System.byte[] buf,
   System.int offset,
   System.int count
)

Parameters

buf
offset
count
See Also

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members