Public Function New( _ ByVal baseStream As Stream, _ ByVal zip As Boolean, _ ByVal sizeCompressed As Integer, _ ByVal method As Integer _ )
public C1ZStreamReader( Stream baseStream, bool zip, int sizeCompressed, int method )
Parameters
- baseStream
- Input stream that contains the compressed data.
- zip
- Specifies whether the compressed stream was created in zip format.
- sizeCompressed
- Specifies the number of compressed bytes to read from the stream.
- method
- Specifies the method that was used to compress the stream.