public abstract static class USocketFactory.Socket extends Object
| Constructor and Description |
|---|
Socket() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract int |
readFull(byte[] buf,
int s,
int len) |
abstract void |
write(byte[] buf,
int s,
int len) |
public abstract int readFull(byte[] buf,
int s,
int len)
throws IOException
IOExceptionpublic abstract void write(byte[] buf,
int s,
int len)
throws IOException
IOExceptionpublic abstract void close()
throws IOException
IOExceptionCopyright © 2019 JCraft,Inc.. All rights reserved.