BZip2OutputStream.Write Method

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

See Also

BZip2OutputStream Class | BZip2OutputStream Members | ICSharpCode.SharpZipLib.BZip2 Namespace