public class JNAUSocketFactory.MySocket
extends com.jcraft.jsch.agentproxy.USocketFactory.Socket
| Modifier and Type | Method | 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 java.io.IOException
readFull in class com.jcraft.jsch.agentproxy.USocketFactory.Socketjava.io.IOExceptionpublic void write(byte[] buf,
int s,
int len)
throws java.io.IOException
write in class com.jcraft.jsch.agentproxy.USocketFactory.Socketjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in class com.jcraft.jsch.agentproxy.USocketFactory.Socketjava.io.IOException