Property | Type | Description | |
---|---|---|---|
InnerStreams | Stream[] |
Method | Description | |
---|---|---|
ConcatStream ( ) : System | ||
ConcatStream ( IEnumerable |
||
Flush ( ) : void | ||
Init ( Stream streams ) : void | ||
Read ( byte buffer, int offset, int count ) : int |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public ConcatStream ( IEnumerable |
||
streams | IEnumerable |
|
return | System |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |