BZip2InputStream.SetLength Method

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

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