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


Os.Read Метод

Определение

Перегрузки

Read(FileDescriptor, ByteBuffer)

См . раздел read(2).

Read(FileDescriptor, Byte[], Int32, Int32)

См . раздел read(2).

Read(FileDescriptor, ByteBuffer)

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

Параметры

buffer
ByteBuffer

Возвращаемое значение

Атрибуты

Исключения

Комментарии

См . раздел read(2).

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

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

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

Read(FileDescriptor, Byte[], Int32, Int32)

[Android.Runtime.Register("read", "(Ljava/io/FileDescriptor;[BII)I", "")]
public static int Read (Java.IO.FileDescriptor? fd, byte[]? bytes, int byteOffset, int byteCount);
[<Android.Runtime.Register("read", "(Ljava/io/FileDescriptor;[BII)I", "")>]
static member Read : Java.IO.FileDescriptor * byte[] * int * int -> int

Параметры

bytes
Byte[]
byteOffset
Int32
byteCount
Int32

Возвращаемое значение

Атрибуты

Исключения

Комментарии

См . раздел read(2).

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

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

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