All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdk.internal.sys.linux.SysSendfile Maven / Gradle / Ivy

package jdk.internal.sys.linux;

import static org.qbicc.runtime.CNative.*;
import static jdk.internal.sys.posix.SysTypes.*;
import static org.qbicc.runtime.stdc.Stddef.*;

/**
 *
 */
@include("")
public class SysSendfile {
    public static native ssize_t sendfile(c_int out_fd, c_int in_fd, ptr offset, size_t count);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy