Partilhar via


Os.Pwrite Método

Definição

Sobrecargas

Pwrite(FileDescriptor, ByteBuffer, Int64)

Veja pwrite(2).

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

Veja pwrite(2).

Pwrite(FileDescriptor, ByteBuffer, Int64)

Veja 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

Parâmetros

buffer
ByteBuffer
offset
Int64

Retornos

Atributos

Exceções

Comentários

Veja pwrite(2).

Documentação Java para android.system.Os.pwrite(java.io.FileDescriptor, java.nio.ByteBuffer, long).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

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

Veja 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

Parâmetros

bytes
Byte[]
byteOffset
Int32
byteCount
Int32
offset
Int64

Retornos

Atributos

Exceções

Comentários

Veja pwrite(2).

Documentação Java para android.system.Os.pwrite(java.io.FileDescriptor, byte[], int, int, long).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a