C# Class System.Net.GZipWrapperStream

Inheritance: System.IO.Compression.GZipStream, ICloseEx
Datei anzeigen Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
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

Method Details

BeginRead() public method

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

EndRead() public method

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
return int

GZipWrapperStream() public method

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

ICloseEx() public method

public ICloseEx ( CloseExState closeState ) : void
closeState CloseExState
return void

Read() public method

public Read ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
return int