Share via


IDataReader.ReadBytes(Byte[]) 方法

定义

从输入流中读取字节值的数组。

public:
 void ReadBytes(Platform::Array <byte> ^ value);
void ReadBytes(winrt::array_view <byte> & value);
public void ReadBytes(byte[] value);
function readBytes(value)
Public Sub ReadBytes (value As Byte())

参数

value

Byte[]

byte[]

值的数组。

适用于