C# Class System.IO.Compression.DeflateStreamAsyncResult

Inheritance: IAsyncResult
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
buffer byte[]
count int
isWrite bool
offset int

Private Properties

Свойство Type Description
Close void
Complete void
Complete void
InvokeCallback void
InvokeCallback void

Méthodes publiques

Méthode Description
DeflateStreamAsyncResult ( object asyncObject, object asyncState, AsyncCallback asyncCallback, byte buffer, int offset, int count ) : System.IO

Private Methods

Méthode Description
Close ( ) : void
Complete ( bool completedSynchronously, object result ) : void
Complete ( object result ) : void
InvokeCallback ( bool completedSynchronously, object result ) : void
InvokeCallback ( object result ) : void

Method Details

DeflateStreamAsyncResult() public méthode

public DeflateStreamAsyncResult ( object asyncObject, object asyncState, AsyncCallback asyncCallback, byte buffer, int offset, int count ) : System.IO
asyncObject object
asyncState object
asyncCallback AsyncCallback
buffer byte
offset int
count int
Résultat System.IO

Property Details

buffer public_oe property

public byte[] buffer
Résultat byte[]

count public_oe property

public int count
Résultat int

isWrite public_oe property

public bool isWrite
Résultat bool

offset public_oe property

public int offset
Résultat int