Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getChars
Method
getChars
java/org/apache/tomcat/util/buf/CharChunk.java:146–148 ·
view source on GitHub ↗
Returns the character buffer. @return the character buffer
()
Source
from the content-addressed store, hash-verified
144
* @
return
the character buffer
145
*/
146
public
char[] getChars() {
147
return
getBuffer();
148
}
149
150
151
/**
Callers
9
filter
Method · 0.80
MessageBytesType
Enum · 0.80
getContents
Method · 0.80
write
Method · 0.80
write
Method · 0.80
append
Method · 0.80
equals
Method · 0.80
equals
Method · 0.80
normalize
Method · 0.80
Calls
1
getBuffer
Method · 0.95
Tested by
no test coverage detected