ZipOutputStream.Write Method

SharpZip Compression Library

SharpZip Compression Library

ZipOutputStream.Write Method 

Writes the given buffer to the current entry.

public override void Write(
   byte[] b,
   int off,
   int len
);

Exceptions

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

See Also

ZipOutputStream Class | ICSharpCode.SharpZipLib.Zip Namespace