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
InflaterInputStream Class | InflaterInputStream Members | ICSharpCode.SharpZipLib.Zip.Compression.Streams Namespace