C# Класс System.IO.Compression.Deflater

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
DeallocateInputBufferHandle void
Deflate System.IO.Compression.ZLibNative.ErrorCode
DeflateInit void
Deflater System.Diagnostics
Dispose void
Finish bool
Flush bool
GetDeflateOutput int
ReadDeflateOutput System.IO.Compression.ZLibNative.ErrorCode
SetInput void

Открытые методы

Метод Описание
Dispose ( ) : void
NeedsInput ( ) : bool

Приватные методы

Метод Описание
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

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

NeedsInput() публичный Метод

public NeedsInput ( ) : bool
Результат bool