你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MultiBufferMemoryStream.FastCopyTo(Stream, Nullable<DateTime>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从当前流中读取字节并将其写入到另一流中。 此方法直接写入目标流,而不是将数据复制到临时缓冲区。
public void FastCopyTo (System.IO.Stream destination, DateTime? expiryTime);
member this.FastCopyTo : System.IO.Stream * Nullable<DateTime> -> unit
Public Sub FastCopyTo (destination As Stream, expiryTime As Nullable(Of DateTime))
参数
- destination
- Stream
当前流的内容将复制到的流。