'Declaration Public Function New( _ ByVal inner As Stream, _ ByVal encryptionPassword As String _ )
'Usage Dim inner As Stream Dim encryptionPassword As String Dim instance As New XceedCompressedStream(inner, encryptionPassword)
public XceedCompressedStream( Stream inner, string encryptionPassword )
Parameters
- inner
- The stream to write to and read from.
- encryptionPassword
- A string containing the encryption password that will be used to encrypt the files in the stream.