Dart.PowerTCP.Zip Namespace > CompressingStream Class : CompressingStream Constructor |
Public Function New( _ ByVal innerStream As Stream, _ ByVal level As CompressionLevel, _ ByVal header As Boolean _ )
Dim innerStream As Stream Dim level As CompressionLevel Dim header As Boolean Dim instance As New CompressingStream(innerStream, level, header)
public CompressingStream( Stream innerStream, CompressionLevel level, bool header )
public: CompressingStream( Stream* innerStream, CompressionLevel level, bool header )
public: CompressingStream( Stream^ innerStream, CompressionLevel level, bool header )
Standard Zip compression will be applied to all bytes passing through this stream.