public static interface JNAUSocketFactory.CLibrary
extends com.sun.jna.Library
Modifier and Type | Field and Description |
---|---|
static JNAUSocketFactory.CLibrary |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
close(int fd) |
int |
connect(int sockfd,
com.sun.jna.Pointer addr,
int addrlen) |
int |
fcntl(int fd,
int cmd,
Object... args) |
int |
read(int fd,
byte[] buf,
int count) |
int |
socket(int domain,
int type,
int protocol) |
int |
write(int fd,
byte[] buf,
int count) |
static final JNAUSocketFactory.CLibrary INSTANCE
int socket(int domain, int type, int protocol)
int fcntl(int fd, int cmd, Object... args)
int connect(int sockfd, com.sun.jna.Pointer addr, int addrlen)
int close(int fd)
int read(int fd, byte[] buf, int count)
int write(int fd, byte[] buf, int count)
Copyright © 2015 JCraft,Inc.. All rights reserved.