C# Class System.Net.GZipWrapperStream

Inheritance: System.IO.Compression.GZipStream, 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
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 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

EndRead() public méthode

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

GZipWrapperStream() public méthode

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

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