Os.Pread Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Pread(FileDescriptor, ByteBuffer, Int64) |
См . преад(2). |
Pread(FileDescriptor, Byte[], Int32, Int32, Int64) |
См . преад(2). |
Pread(FileDescriptor, ByteBuffer, Int64)
См . преад(2).
[Android.Runtime.Register("pread", "(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;J)I", "")]
public static int Pread (Java.IO.FileDescriptor? fd, Java.Nio.ByteBuffer? buffer, long offset);
[<Android.Runtime.Register("pread", "(Ljava/io/FileDescriptor;Ljava/nio/ByteBuffer;J)I", "")>]
static member Pread : Java.IO.FileDescriptor * Java.Nio.ByteBuffer * int64 -> int
Параметры
- buffer
- ByteBuffer
- offset
- Int64
Возвращаемое значение
- Атрибуты
Исключения
Комментарии
См . преад(2).
Документация по Java для android.system.Os.pread(java.io.FileDescriptor, java.nio.ByteBuffer, long)
.
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.
Применяется к
Pread(FileDescriptor, Byte[], Int32, Int32, Int64)
См . преад(2).
[Android.Runtime.Register("pread", "(Ljava/io/FileDescriptor;[BIIJ)I", "")]
public static int Pread (Java.IO.FileDescriptor? fd, byte[]? bytes, int byteOffset, int byteCount, long offset);
[<Android.Runtime.Register("pread", "(Ljava/io/FileDescriptor;[BIIJ)I", "")>]
static member Pread : Java.IO.FileDescriptor * byte[] * int * int * int64 -> int
Параметры
- bytes
- Byte[]
- byteOffset
- Int32
- byteCount
- Int32
- offset
- Int64
Возвращаемое значение
- Атрибуты
Исключения
Комментарии
См . преад(2).
Документация по Java для android.system.Os.pread(java.io.FileDescriptor, byte[], int, int, long)
.
Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.