'Declaration Public Overloads Shared Function Decompress( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer, _ ByVal encryptionPassword As String _ ) As Byte()
Parameters
- buffer
- An array of bytes to decompress. A maximum of count bytes are taken from this array and decompressed.
- offset
- The byte offset in buffer at which to begin taking the data to decompress.
- count
- The maximum number of bytes to be taken from buffer.
- encryptionPassword
- A string containing the encryption password that was used used to encrypt the files in the stream.