MCPcopy Create free account
hub / github.com/apache/tomcat / transfer

Method transfer

java/org/apache/catalina/connector/OutputBuffer.java:853–857  ·  view source on GitHub ↗
(byte b, ByteBuffer to)

Source from the content-addressed store, hash-verified

851 }
852
853 private void transfer(byte b, ByteBuffer to) {
854 toWriteMode(to);
855 to.put(b);
856 toReadMode(to);
857 }
858
859 private void transfer(char b, CharBuffer to) {
860 toWriteMode(to);

Callers 5

writeByteMethod · 0.95
writeMethod · 0.95
appendMethod · 0.95
appendByteArrayMethod · 0.95
appendByteBufferMethod · 0.95

Calls 7

toWriteModeMethod · 0.95
toReadModeMethod · 0.95
remainingMethod · 0.80
positionMethod · 0.80
putMethod · 0.65
minMethod · 0.45
limitMethod · 0.45

Tested by

no test coverage detected