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

jdk.internal.sys.bsd.SysSocket Maven / Gradle / Ivy

package jdk.internal.sys.bsd;

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

/**
 *
 */
@include("")
public class SysSocket {

    public static final class struct_sf_hdtr extends object { }

    public static native c_int sendfile(c_int out_fd, c_int in_fd, off_t offset, ptr len, ptr hdtr, c_int flags);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy