Свойство | Type | Description | |
---|---|---|---|
InnerStreams | Stream[] |
Méthode | Description | |
---|---|---|
ConcatStream ( ) : System | ||
ConcatStream ( IEnumerable |
||
Flush ( ) : void | ||
Init ( Stream streams ) : void | ||
Read ( byte buffer, int offset, int count ) : int |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public ConcatStream ( IEnumerable |
||
streams | IEnumerable |
|
Résultat | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
Résultat | int |