C# Class System.IO.Compression.FastEncoder

Afficher le fichier Open project: hprose/hprose-dotnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public FastEncoder ( bool doGZip ) : System
doGZip bool
Résultat System

Finish() public méthode

public Finish ( byte outputBuffer ) : int
outputBuffer byte
Résultat int

GetCompressedOutput() public méthode

public GetCompressedOutput ( byte outputBuffer ) : int
outputBuffer byte
Résultat int

NeedsInput() public méthode

public NeedsInput ( ) : bool
Résultat bool

SetInput() public méthode

public SetInput ( byte input, int startIndex, int count ) : void
input byte
startIndex int
count int
Résultat void