C# 클래스 System.IO.Compression.Deflater

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

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