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
IOException
public abstract void write(byte[] buf, int s, int len) throws IOException
IOException
public abstract void close() throws IOException
IOException
Copyright © 2017 JCraft,Inc.. All rights reserved.