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 Type | Condition |
---|---|
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