Ionic Zip Library v1.9.1.6
Read Method (buffer, offset, count)
Reference ► Ionic.BZip2 ► BZip2InputStream ► Read(array<Byte>[]()[][], Int32, Int32)
Read data from the stream.
Declaration Syntax
Return Value
the number of bytes actually read
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().