Public Function New( _ ByVal baseStream As Stream, _ ByVal zip As Boolean _ )
public C1ZStreamReader( Stream baseStream, bool zip )
Parameters
- baseStream
- Input stream that contains the compressed data.
- zip
- Specifies whether the compressed stream was created in zip format.