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[]

値の配列。

適用対象