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

상속: IAsyncResult
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buffer byte[]
count int
isWrite bool
offset int

Private Properties

프로퍼티 타입 설명
Close void
Complete void
Complete void
InvokeCallback void
InvokeCallback void

공개 메소드들

메소드 설명
DeflateStreamAsyncResult ( object asyncObject, object asyncState, AsyncCallback asyncCallback, byte buffer, int offset, int count ) : System.IO

비공개 메소드들

메소드 설명
Close ( ) : void
Complete ( bool completedSynchronously, object result ) : void
Complete ( object result ) : void
InvokeCallback ( bool completedSynchronously, object result ) : void
InvokeCallback ( object result ) : void

메소드 상세

DeflateStreamAsyncResult() 공개 메소드

public DeflateStreamAsyncResult ( object asyncObject, object asyncState, AsyncCallback asyncCallback, byte buffer, int offset, int count ) : System.IO
asyncObject object
asyncState object
asyncCallback AsyncCallback
buffer byte
offset int
count int
리턴 System.IO

프로퍼티 상세

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]

count 공개적으로 프로퍼티

public int count
리턴 int

isWrite 공개적으로 프로퍼티

public bool isWrite
리턴 bool

offset 공개적으로 프로퍼티

public int offset
리턴 int