Поделиться через


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).

Документация по Java для android.system.Os.pwrite(java.io.FileDescriptor, java.nio.ByteBuffer, long).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

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).

Документация по Java для android.system.Os.pwrite(java.io.FileDescriptor, byte[], int, int, long).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к