Property | Type | Description |
---|
Method | Description | |
---|---|---|
Flush ( ) : void | ||
Flush ( |
||
ProgressStream ( Stream source, Action |
||
Read ( byte buffer, int offset, int count ) : int | ||
Read ( byte buffer, int offset, int count, |
||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void | ||
Write ( byte buffer, int offset, int count, |
public Flush ( |
||
cancellationToken | ||
return | void |
public ProgressStream ( Stream source, Action |
||
source | Stream | |
update | Action |
|
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public Read ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | ||
return | int |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public Write ( byte buffer, int offset, int count, |
||
buffer | byte | |
offset | int | |
count | int | |
cancellationToken | ||
return | void |