BZip2InputStream.Write Method

I needed to implement the abstract member.

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

See Also

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