ZipOutputStream.Write Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

ZipOutputStream.Write Method 

Writes the given buffer to the current entry.

public override void Write(
   byte[] buffer,
   int offset,
   int count
);

Exceptions

Exception Type Condition
ZipException Archive size is invalid
InvalidOperationException No entry is active.

See Also

ZipOutputStream Class | ICSharpCode.SharpZipLib.Zip Namespace