Public Function New( _ ByVal baseStream As Stream, _ ByVal level As CompressionLevelEnum, _ ByVal zip As Boolean _ )
public C1ZStreamWriter( Stream baseStream, CompressionLevelEnum level, bool zip )
Parameters
- baseStream
- Output stream that will contain the compressed data.
- level
- Compression level to use when compressing data.
- zip
- Specifies whether the compressed stream should be compatible with zip files.