PowerTCP Zip Compression for .NET
InflatingStream Constructor




When reading, the data stream to be uncompressed (inflated). When writing, the stream to be filled with uncompressed (restored) data.
If true, a ZLIB header is expected. If false, no header is expected.
Creates a stream that will uncompress (inflate) data written to or read from it.
Syntax
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
)

Parameters

innerStream
When reading, the data stream to be uncompressed (inflated). When writing, the stream to be filled with uncompressed (restored) data.
header
If true, a ZLIB header is expected. If false, no header is expected.
Remarks

Standard Zip decompression will be applied to all bytes passing through this stream.

See Also

Reference

InflatingStream Class
InflatingStream Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic