共用方式為


RandomAccessFile.WriteBoolean(Boolean) 方法

定義

boolean 寫入檔案作為一個字節值。

[Android.Runtime.Register("writeBoolean", "(Z)V", "")]
public void WriteBoolean (bool v);
[<Android.Runtime.Register("writeBoolean", "(Z)V", "")>]
abstract member WriteBoolean : bool -> unit
override this.WriteBoolean : bool -> unit

參數

v
Boolean

boolean要寫入的值。

實作

屬性

例外狀況

如果此檔案已關閉或發生另一個 I/O 錯誤, 則為 。

備註

boolean 寫入檔案作為一個字節值。 值會寫出做為值true(byte)1;值false會寫出為 值(byte)0。 寫入會從檔案指標的目前位置開始。

java.io.RandomAccessFile.writeBoolean(boolean)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱