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