Method |
Description |
|
DeallocateInputBufferHandle ( ) : void |
|
|
Deflate ( System.IO.Compression.ZLibNative.FlushCode flushCode ) : System.IO.Compression.ZLibNative.ErrorCode |
|
|
DeflateInit ( ZLibNative compressionLevel, int windowBits, int memLevel, ZLibNative strategy ) : void |
|
|
Deflater ( CompressionLevel compressionLevel, int windowBits ) : System.Diagnostics |
|
|
Dispose ( bool disposing ) : void |
|
|
Finish ( byte outputBuffer, int &bytesRead ) : bool |
|
|
Flush ( byte outputBuffer, int &bytesRead ) : bool |
Returns true if there was something to flush. Otherwise False. |
|
GetDeflateOutput ( byte outputBuffer ) : int |
|
|
ReadDeflateOutput ( byte outputBuffer, System.IO.Compression.ZLibNative.FlushCode flushCode, int &bytesRead ) : System.IO.Compression.ZLibNative.ErrorCode |
|
|
SetInput ( byte inputBuffer, int startIndex, int count ) : void |
|
|