public interface FileDescriptor
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(byte[] buf,
int bufPtr,
int length) |
int |
select(int interestOps,
Integer timeout) |
int |
write(byte[] buf,
int bufPtr,
int length) |
void close()
throws IOException
IOExceptionCopyright © 2019. All rights reserved.