I needed to implement the abstract member.
[Visual Basic]
Overrides Public Sub SetLength( _
   ByVal val As Long _
)
[C#]
public override void SetLength(
   long val
);
See Also
BZip2OutputStream Class | BZip2OutputStream Members | ICSharpCode.SharpZipLib.BZip2 Namespace