ComponentOne Zip for UWP
CopyToAsync(Stream,Int32) Method

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZStreamReader Class > CopyToAsync Method : CopyToAsync(Stream,Int32) Method
Syntax
'Declaration
 
Public Overloads Function CopyToAsync( _
   ByVal destination As System.IO.Stream, _
   ByVal bufferSize As System.Integer _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task CopyToAsync( 
   System.IO.Stream destination,
   System.int bufferSize
)

Parameters

destination
bufferSize
See Also

Reference

C1ZStreamReader Class
C1ZStreamReader Members
Overload List