C# 클래스 System.Net.GZipWrapperStream

상속: System.IO.Compression.GZipStream, ICloseEx
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
BeginRead ( byte buffer, int offset, int size, AsyncCallback callback, Object state ) : IAsyncResult
EndRead ( IAsyncResult asyncResult ) : int
GZipWrapperStream ( Stream stream, CompressionMode mode ) : System.IO
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

EndRead() 공개 메소드

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

GZipWrapperStream() 공개 메소드

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

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