Write content to the stream and have it compressed using gzip.
[Visual Basic] Overrides Public Sub ( _ ByVal Byte[] As Byte(), _ ByVal Int32 As Int32, _ ByVal Int32 As Int32 _ ) [C#] public override void ( byte[] Byte[], int Int32, int Int32 ); [C++] public: void ( char Byte[] __gc[], int Int32, int Int32 ); [JScript] public override function ( Byte[] Byte[], int Int32, int Int32 );
GZipFilter Class | blowery.Web.HttpCompress Namespace