DataReader.ReadBytes(Byte[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從輸入資料流程讀取位元組值的陣列。
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[])