Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
writeByte
Method · 0.95
write
Method · 0.95
append
Method · 0.95
appendByteArray
Method · 0.95
appendByteBuffer
Method · 0.95
Calls
7
toWriteMode
Method · 0.95
toReadMode
Method · 0.95
remaining
Method · 0.80
position
Method · 0.80
put
Method · 0.65
min
Method · 0.45
limit
Method · 0.45
Tested by
no test coverage detected