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