Rainbow 2.0 Code Documentation

GZipFilter. Method 

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
);

Parameters

buffer
The bytes to write
offset
The offset into the buffer to start reading bytes
count
The number of bytes to write

See Also

GZipFilter Class | blowery.Web.HttpCompress Namespace