Ionic Zip Library v1.9.1.6
Write Method (buffer, offset, count)
Reference ► Ionic.BZip2 ► BZip2OutputStream ► Write(array<Byte>[]()[][], Int32, Int32)
Write data to the stream.
Declaration Syntax
Remarks
Use the BZip2OutputStream to compress data while writing: create a BZip2OutputStream with a writable output stream. Then call Write() on that BZip2OutputStream, providing uncompressed data as input. The data sent to the output stream will be the compressed form of the input data.
A BZip2OutputStream can be used only for Write() not for Read().