public class DarwinSendfile extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DarwinSendfile.sf_hdtr |
| Constructor and Description |
|---|
DarwinSendfile() |
| Modifier and Type | Method and Description |
|---|---|
static int |
sendfile(int fd,
int s,
long offset,
org.graalvm.nativeimage.c.type.CLongPointer len,
DarwinSendfile.sf_hdtr hdtr,
int flags) |
public static int sendfile(int fd,
int s,
long offset,
org.graalvm.nativeimage.c.type.CLongPointer len,
DarwinSendfile.sf_hdtr hdtr,
int flags)