Dart.PowerTCP.Zip Namespace > ZipDecryptingStream Class : ZipDecryptingStream Constructor |
Public Function New( _ ByVal innerStream As Stream, _ ByVal password As String, _ ByVal crc As Long _ )
Dim innerStream As Stream Dim password As String Dim crc As Long Dim instance As New ZipDecryptingStream(innerStream, password, crc)
Standard Zip decryption will be applied to all bytes passing through this stream.