'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 XceedCompressedStreamEx(inner, encryptionPassword)
public XceedCompressedStreamEx( Stream inner, string encryptionPassword )
Parameters
- inner
- The stream to write to and read from.
- encryptionPassword
- The encryption password to use.