C# 클래스 System.Net.DeflateWrapperStream

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult
DeflateWrapperStream ( Stream stream, CompressionMode mode ) : System.IO
EndRead ( IAsyncResult asyncResult ) : int
ICloseEx ( CloseExState closeState ) : void
Read ( byte buffer, int offset, int size ) : int

메소드 상세

BeginRead() 공개 메소드

public BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult
buffer byte
offset int
size int
callback AsyncCallback
state Object
리턴 IAsyncResult

DeflateWrapperStream() 공개 메소드

public DeflateWrapperStream ( Stream stream, CompressionMode mode ) : System.IO
stream System.IO.Stream
mode CompressionMode
리턴 System.IO

EndRead() 공개 메소드

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
리턴 int

ICloseEx() 공개 메소드

public ICloseEx ( CloseExState closeState ) : void
closeState CloseExState
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
리턴 int