C# Class System.Net.DeflateWrapperStream

Inheritance: System.IO.Compression.DeflateStream, ICloseEx
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode 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 méthode

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

DeflateWrapperStream() public méthode

public DeflateWrapperStream ( Stream stream, CompressionMode mode ) : System.IO
stream System.IO.Stream
mode CompressionMode
Résultat System.IO

EndRead() public méthode

public EndRead ( IAsyncResult asyncResult ) : int
asyncResult IAsyncResult
Résultat int

ICloseEx() public méthode

public ICloseEx ( CloseExState closeState ) : void
closeState CloseExState
Résultat void

Read() public méthode

public Read ( byte buffer, int offset, int size ) : int
buffer byte
offset int
size int
Résultat int