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

Method setCharset

java/org/apache/tomcat/util/buf/MessageBytes.java:285–287  ·  view source on GitHub ↗

Set the Charset used for string<->byte conversions. @param charset The charset

(Charset charset)

Source from the content-addressed store, hash-verified

283 * @param charset The charset
284 */
285 public void setCharset(Charset charset) {
286 byteC.setCharset(charset);
287 }
288
289
290 /**

Callers 3

duplicateMethod · 0.95
addHeaderMethod · 0.95
mergeParametersMethod · 0.95

Calls 1

setCharsetMethod · 0.65

Tested by

no test coverage detected