ComponentOne Zip for UWP
BeginRead Method (C1ZStreamWriter)

C1.UWP.Zip Assembly > C1.C1Zip Namespace > C1ZStreamWriter Class : BeginRead Method
Syntax
'Declaration
 
Public Overridable Function BeginRead( _
   ByVal buffer() As System.Byte, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer, _
   ByVal callback As System.AsyncCallback, _
   ByVal state As System.Object _
) As System.IAsyncResult
public virtual System.IAsyncResult BeginRead( 
   System.byte[] buffer,
   System.int offset,
   System.int count,
   System.AsyncCallback callback,
   System.object state
)

Parameters

buffer
offset
count
callback
state
See Also

Reference

C1ZStreamWriter Class
C1ZStreamWriter Members