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