언어

Os.Sendfile 메서드

정의

오버로드

Sendfile(FileDescriptor, FileDescriptor, Int64Ref, Int64)

sendfile(2)을 참조하세요.

[Android.Runtime.Register("sendfile", "(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Landroid/system/Int64Ref;J)J", "", ApiSince=28)]
public static long Sendfile(Java.IO.FileDescriptor? outFd, Java.IO.FileDescriptor? inFd, Android.Systems.Int64Ref? offset, long byteCount);
[<Android.Runtime.Register("sendfile", "(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Landroid/system/Int64Ref;J)J", "", ApiSince=28)>]
static member Sendfile : Java.IO.FileDescriptor * Java.IO.FileDescriptor * Android.Systems.Int64Ref * int64 -> int64

매개 변수

offset
Int64Ref
byteCount
Int64

반품

특성

설명

sendfile(2)을 참조하세요.

에 대한 android.system.Os.sendfile(java.io.FileDescriptor, java.io.FileDescriptor, android.system.Int64Ref, long)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

Sendfile(FileDescriptor, FileDescriptor, MutableLong, Int64)

href="를 참조하세요 <.http://man7.

[Android.Runtime.Register("sendfile", "(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Landroid/util/MutableLong;J)J", "")]
public static long Sendfile(Java.IO.FileDescriptor? outFd, Java.IO.FileDescriptor? inFd, Android.Util.MutableLong? inOffset, long byteCount);
[<Android.Runtime.Register("sendfile", "(Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Landroid/util/MutableLong;J)J", "")>]
static member Sendfile : Java.IO.FileDescriptor * Java.IO.FileDescriptor * Android.Util.MutableLong * int64 -> int64

매개 변수

inOffset
MutableLong
byteCount
Int64

반품

특성

예외

설명

에 대한 android.system.Os.sendfile(java.io.FileDescriptor, java.io.FileDescriptor, android.system.Int64Ref, long)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상