Click or drag to resize

DecompressorRead Method

Read data from the stream.

Namespace:  FM.IceLink.BZip2
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 1.1.2.607 (1.1.2.607)
Remarks

To decompress a BZip2 data stream, create a BZip2InputStream, providing a stream that reads compressed data. Then call Read() on that BZip2InputStream, and the data read will be decompressed as you read.

A BZip2InputStream can be used only for Read(), not for Write().

Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also