共用方式為


Os.Pwrite 方法

定義

多載

Pwrite(FileDescriptor, ByteBuffer, Int64)

請參閱 pwrite(2)

Pwrite(FileDescriptor, Byte[], Int32, Int32, Int64)

請參閱 pwrite(2)

Pwrite(FileDescriptor, ByteBuffer, Int64)

請參閱 pwrite(2)

[Android.Runtime.Register("pwrite", "(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;J)I", "")]
public static int Pwrite (Java.IO.FileDescriptor? fd, Java.Nio.ByteBuffer? buffer, long offset);
[<Android.Runtime.Register("pwrite", "(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;J)I", "")>]
static member Pwrite : Java.IO.FileDescriptor * Java.Nio.ByteBuffer * int64 -> int

參數

buffer
ByteBuffer
offset
Int64

傳回

屬性

例外狀況

備註

請參閱 pwrite(2)

android.system.Os.pwrite(java.io.FileDescriptor, java.nio.ByteBuffer, long)Java 檔。

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

適用於

Pwrite(FileDescriptor, Byte[], Int32, Int32, Int64)

請參閱 pwrite(2)

[Android.Runtime.Register("pwrite", "(Ljava/io/FileDescriptor;[BIIJ)I", "")]
public static int Pwrite (Java.IO.FileDescriptor? fd, byte[]? bytes, int byteOffset, int byteCount, long offset);
[<Android.Runtime.Register("pwrite", "(Ljava/io/FileDescriptor;[BIIJ)I", "")>]
static member Pwrite : Java.IO.FileDescriptor * byte[] * int * int * int64 -> int

參數

bytes
Byte[]
byteOffset
Int32
byteCount
Int32
offset
Int64

傳回

屬性

例外狀況

備註

請參閱 pwrite(2)

android.system.Os.pwrite(java.io.FileDescriptor, byte[], int, int, long)Java 檔。

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

適用於