你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AdlsOutputStream.Write(Byte[], Int32, Int32) 方法

定义

将数据写入内部缓冲区。 如果缓冲区填满,则会写入服务器中的文件。 同步执行

public override void Write (byte[] buffer, int offset, int count);
override this.Write : byte[] * int * int -> unit
Public Overrides Sub Write (buffer As Byte(), offset As Integer, count As Integer)

参数

buffer
Byte[]

包含要写入的数据的输入字节数组

offset
Int32

缓冲区中的偏移量

count
Int32

要写入的字节数

适用于