MemoryFile.WriteBytes(Byte[], Int32, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將位元組寫入記憶體檔案。
[Android.Runtime.Register("writeBytes", "([BIII)V", "GetWriteBytes_arrayBIIIHandler")]
public virtual void WriteBytes (byte[]? buffer, int srcOffset, int destOffset, int count);
[<Android.Runtime.Register("writeBytes", "([BIII)V", "GetWriteBytes_arrayBIIIHandler")>]
abstract member WriteBytes : byte[] * int * int * int -> unit
override this.WriteBytes : byte[] * int * int * int -> unit
參數
- buffer
- Byte[]
要從寫入位元組的位元組陣列。
- srcOffset
- Int32
位移至要寫入的位元組陣組緩衝區。
- destOffset
- Int32
位移到要寫入的記憶體檔案中。
- count
- Int32
要寫入的位元組數目。
- 屬性
例外狀況
如果記憶體檔案已清除或停用,則為 。
備註
將位元組寫入記憶體檔案。 如果檔案已清除,將會擲回 IOException。
的 android.os.MemoryFile.writeBytes(byte[], int, int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。