ZipOutputStream.Write Method

Writes the given buffer to the current entry.

[Visual Basic]
Overrides Public Sub Write( _
   ByVal b As Byte(), _
   ByVal off As Integer, _
   ByVal len As Integer _
)
[C#]
public override void Write(
   byte[] b,
   int off,
   int len
);

Exceptions

Exception TypeCondition
System.IO.IOException if an I/O error occured.
System.InvalidOperationException if no entry is active.

See Also

ZipOutputStream Class | ZipOutputStream Members | ICSharpCode.SharpZipLib.Zip Namespace