C# Class System.IO.Compression.DeflateStreamAsyncResult

Inheritance: IAsyncResult
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
buffer byte[]
count int
isWrite bool
offset int

Private Properties

Property Type Description
Close void
Complete void
Complete void
InvokeCallback void
InvokeCallback void

Public Methods

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

Private Methods

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

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
return System.IO

Property Details

buffer public_oe property

public byte[] buffer
return byte[]

count public_oe property

public int count
return int

isWrite public_oe property

public bool isWrite
return bool

offset public_oe property

public int offset
return int