Ionic Zip Library v1.9.1.6
Write Method (buffer, offset, count)
Reference ► Ionic.Zlib ► ParallelDeflateOutputStream ► Write(array<Byte>[]()[][], Int32, Int32)
Write data to the stream.
Declaration Syntax
Remarks
To use the ParallelDeflateOutputStream to compress data, create a ParallelDeflateOutputStream with CompressionMode.Compress, passing a writable output stream. Then call Write() on that ParallelDeflateOutputStream, providing uncompressed data as input. The data sent to the output stream will be the compressed form of the data written.
To decompress data, use the DeflateStream class.