Class CharsetCache
java.lang.Object
org.apache.tomcat.util.buf.CharsetCache
Cache for Charset instances.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new CharsetCache and pre-populates it with the initial charsets. -
Method Summary
Modifier and TypeMethodDescriptiongetCharset(String charsetName) Retrieves the charset for the given name.
-
Constructor Details
-
CharsetCache
public CharsetCache()Creates a new CharsetCache and pre-populates it with the initial charsets.
-
-
Method Details
-
getCharset
-