public static interface ServiceHandshake.IOAdapter
| Modifier and Type | Method and Description |
|---|---|
int |
read(byte[] buf)
Read fully into buf
|
int |
write(byte[] buf)
Write buf fully
|
int read(byte[] buf) throws IOException
IOExceptionint write(byte[] buf) throws IOException
IOExceptionCopyright © 2024. All rights reserved.