Share via


DataReader.ReadBytes(Byte[]) メソッド

定義

入力ストリームからバイト値の配列を読み取ります。

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

パラメーター

value

Byte[]

byte[]

バイト値を受け取る配列。

実装

M:Windows.Storage.Streams.IDataReader.ReadBytes(System.Byte[]) M:Windows.Storage.Streams.IDataReader.ReadBytes(byte[])

適用対象

こちらもご覧ください