'Declaration Public Overloads Function WriteItemData( _ ByVal itemData As Stream, _ ByVal bufferSize As Integer _ ) As Long
'Usage Dim instance As ZipWriter Dim itemData As Stream Dim bufferSize As Integer Dim value As Long value = instance.WriteItemData(itemData, bufferSize)
public long WriteItemData( Stream itemData, int bufferSize )
Parameters
- itemData
- A System.IO.Stream object.
- bufferSize
- The amount of bytes to be copied in each loop iteration.
Return Value
Returns the total amount of bytes read from the specified stream.