C# Class System.IO.Compression.FastEncoder

显示文件 Open project: hprose/hprose-dotnet Class Usage Examples

Public Methods

Method Description
FastEncoder ( bool doGZip ) : System
Finish ( byte outputBuffer ) : int
GetCompressedOutput ( byte outputBuffer ) : int
NeedsInput ( ) : bool
SetInput ( byte input, int startIndex, int count ) : void

Method Details

FastEncoder() public method

public FastEncoder ( bool doGZip ) : System
doGZip bool
return System

Finish() public method

public Finish ( byte outputBuffer ) : int
outputBuffer byte
return int

GetCompressedOutput() public method

public GetCompressedOutput ( byte outputBuffer ) : int
outputBuffer byte
return int

NeedsInput() public method

public NeedsInput ( ) : bool
return bool

SetInput() public method

public SetInput ( byte input, int startIndex, int count ) : void
input byte
startIndex int
count int
return void