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