Primary constructor. Need to pass in a stream to wrap up with gzip.
[Visual Basic] Public Sub New( _ ByVal Stream As Stream _ ) [C#] public GZipFilter( Stream Stream ); [C++] public: GZipFilter( Stream* Stream ); [JScript] public function GZipFilter( Stream Stream );
GZipFilter Class | blowery.Web.HttpCompress Namespace