C# Class System.Net.DeflateWrapperStream

Inheritance: System.IO.Compression.DeflateStream, ICloseEx
Show file Open project: gbarnett/shared-source-cli-2.0

Public Methods

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

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

DeflateWrapperStream() public method

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

EndRead() public method

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

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