'Declaration Public Overloads Sub WriteItemData( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )
Parameters
- buffer
- An array of bytes. This method copies count bytes from buffer to the ZipWriter object's stream.
- offset
- The zero-based byte offset in buffer at which to begin copying bytes to the ZipWriter object's stream.
- count
- The number of bytes to be written to the ZipWriter object's stream.