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

Method getCharset

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

Return the Charset used for string<->byte conversions. @return the Charset used for string<->byte conversions

()

Source from the content-addressed store, hash-verified

274 * @return the Charset used for string<->byte conversions
275 */
276 public Charset getCharset() {
277 return byteC.getCharset();
278 }
279
280 /**
281 * Set the Charset used for string<->byte conversions.

Callers 1

toBytesMethod · 0.95

Calls 1

getCharsetMethod · 0.65

Tested by

no test coverage detected