Write some as-yet unwritten bytes from this send to the provided channel. It may take multiple calls for the send to be completely written @param channel The channel to write to @return The number of bytes written @throws IOException If the write fails
(GatheringByteChannel channel)
| 49 | * @throws IOException If the write fails |
| 50 | */ |
| 51 | public long writeTo(GatheringByteChannel channel) throws IOException; |
| 52 | |
| 53 | } |
no outgoing calls