'Declaration Public Overloads Function WriteItemData( _ ByVal itemData As Stream, _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Long
Parameters
- itemData
- A System.IO.Stream object.
- buffer
- An array of System.Byte to be used as the buffer in the data copy loop from itemData to ZipWriter.
- offset
- The zero-based byte offset in buffer at which to begin copying bytes read from itemData.
- count
- The number of bytes to be copied to buffer in each loop iteration.
Return Value
Returns the total amount of bytes read from the specified System.IO.Stream.