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