Dart.PowerTCP.Zip Namespace > ZipEncryptingStream Class : ZipEncryptingStream 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 ZipEncryptingStream(innerStream, password, crc)
Standard Zip encryption will be applied to all bytes passing through this stream. Header bytes are automatically added.