Stream |
The StreamExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| CopySize(Stream, Stream, Int64) | Copies the specified number of bytes from one stream to another using the default buffer size. | |
| CopySize(Stream, Stream, Int64, Int32) | Copies the specified number of bytes from one stream to another using the specified buffer size. | |
| CopyTo(Stream, Stream) | Copies one stream to another. | |
| CopyTo(Stream, Stream, Int32) | Copies one stream to another using the specified buffer size. |