public class JNAUSocketFactory.MySocket extends USocketFactory.Socket
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
readFull(byte[] buf,
int s,
int len) |
void |
write(byte[] buf,
int s,
int len) |
public int readFull(byte[] buf,
int s,
int len)
throws IOException
readFull in class USocketFactory.SocketIOExceptionpublic void write(byte[] buf,
int s,
int len)
throws IOException
write in class USocketFactory.SocketIOExceptionpublic void close()
throws IOException
close in class USocketFactory.SocketIOExceptionCopyright © 2021 JCraft,Inc.. All rights reserved.