Zip for WinRT
BeginWrite Method (C1ZStreamWriter)

Syntax
'Declaration
 
Public Overridable Function BeginWrite( _
   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 BeginWrite( 
   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

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback