Ionic Zip Library v1.9.1.6
Write Method (buffer, offset, count)
Reference ► Ionic.Zip ► ZipOutputStream ► Write(array<Byte>[]()[][], Int32, Int32)
Write the data from the buffer to the stream.
Declaration Syntax
Remarks
As the application writes data into this stream, the data may be
compressed and encrypted before being written out to the underlying
stream, depending on the settings of the CompressionLevel
and the Encryption properties.