Writes data from a ByteBuffer to the underlying output. @param buffer The buffer to write from @param block Whether to use blocking writes @return true if data is left unwritten, false otherwise @throws IOException If an I/O error occurs
(ByteBuffer buffer, boolean block)
| 172 | * @throws IOException If an I/O error occurs |
| 173 | */ |
| 174 | boolean writeFromBuffer(ByteBuffer buffer, boolean block) throws IOException; |
| 175 | } |
| 176 | } |
no outgoing calls
no test coverage detected