DataReader.ReadBytes(Byte[]) Method

Definition

Reads an array of byte values from the input stream.

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())

Parameters

value

Byte[]

byte[]

The array that receives the byte values.

Implements

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

Applies to

See also