'Declaration Public Function New( _ ByVal inner As Stream, _ ByVal level As CompressionLevel _ )
'Usage Dim inner As Stream Dim level As CompressionLevel Dim instance As New GZipCompressedStream(inner, level)
public GZipCompressedStream( Stream inner, CompressionLevel level )
Parameters
- inner
- The stream to write to and read from.
- level
- A Xceed.Compression.CompressionLevel value representing the compression level to use.