MCPcopy Index your code
hub / github.com/apache/tomcat / writeFromBuffer

Method writeFromBuffer

java/org/apache/tomcat/util/net/WriteBuffer.java:174–174  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

172 * @throws IOException If an I/O error occurs
173 */
174 boolean writeFromBuffer(ByteBuffer buffer, boolean block) throws IOException;
175 }
176}

Callers 1

writeMethod · 0.65

Implementers 1

StreamOutputBufferjava/org/apache/coyote/http2/Stream.ja

Calls

no outgoing calls

Tested by

no test coverage detected