ComponentOne Zip for UWP
SetLength Method (C1ZStreamReader)

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZStreamReader Class : SetLength Method
Sets the number of compressed bytes to read from the underlying stream.
Syntax
'Declaration
 
Public Overrides Sub SetLength( _
   ByVal value As System.Long _
) 
public override void SetLength( 
   System.long value
)

Parameters

value
See Also

Reference

C1ZStreamReader Class
C1ZStreamReader Members