Méthode | Description | |
---|---|---|
BeginRead ( this gzipstream, Byte array, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginRead so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginRead ( this gzipstream, Byte array, |
Extends BeginRead so that when a state object is not needed, null does not need to be passed.
|
|
BeginWrite ( this gzipstream, Byte array, AsyncCallback asyncCallback ) : IAsyncResult |
Extends BeginWrite so that buffer offset of 0 and call to Array.Length are not needed.
|
|
BeginWrite ( this gzipstream, Byte array, |
Extends BeginWrite so that when a state object is not needed, null does not need to be passed.
|
public static BeginRead ( this gzipstream, Byte array, AsyncCallback asyncCallback ) : IAsyncResult | ||
gzipstream | this | |
array | Byte | |
asyncCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginRead ( this gzipstream, Byte array, |
||
gzipstream | this | |
array | Byte | |
offset | ||
count | ||
asyncCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginWrite ( this gzipstream, Byte array, AsyncCallback asyncCallback ) : IAsyncResult | ||
gzipstream | this | |
array | Byte | |
asyncCallback | AsyncCallback | |
Résultat | IAsyncResult |
public static BeginWrite ( this gzipstream, Byte array, |
||
gzipstream | this | |
array | Byte | |
offset | ||
count | ||
asyncCallback | AsyncCallback | |
Résultat | IAsyncResult |