Rainbow 2.0 Code Documentation

DeflateFilter. Method 

Write out bytes to the underlying stream after compressing them using deflate

[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 array of bytes to write
offset
The offset into the supplied buffer to start
count
The number of bytes to write

See Also

DeflateFilter Class | blowery.Web.HttpCompress Namespace