Subclasses need to call this on contruction to setup the underlying stream
[Visual Basic] Protected Sub New( _ ByVal Stream As Stream _ ) [C#] protected HttpOutputFilter( Stream Stream ); [C++] protected: HttpOutputFilter( Stream* Stream ); [JScript] protected function HttpOutputFilter( Stream Stream );
HttpOutputFilter Class | blowery.Web.HttpCompress Namespace