ReaderInput.ReadBytes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ReadBytes(Span<Byte>) |
使用輸入中的資料填入目的地範圍。 |
ReadBytes(Byte[], Int32, Int32) |
從輸入讀取位元組到目的地陣列。 |
ReadBytes(Span<Byte>)
ReadBytes(Byte[], Int32, Int32)
從輸入讀取位元組到目的地陣列。
public abstract void ReadBytes (byte[] destination, int offset, int length);
abstract member ReadBytes : byte[] * int * int -> unit
Public MustOverride Sub ReadBytes (destination As Byte(), offset As Integer, length As Integer)
參數
- destination
- Byte[]
目的陣列。
- offset
- Int32
要開始寫入位元組之目的地的位移。
- length
- Int32
要複製到目的地的位元組數目。