Package org.apache.tomcat.util.buf
Class CharsetCache
- java.lang.Object
-
- org.apache.tomcat.util.buf.CharsetCache
-
public class CharsetCache extends java.lang.ObjectCache for Charset instances.
-
-
Constructor Summary
Constructors Constructor Description CharsetCache()Creates a new CharsetCache and pre-populates it with the initial charsets.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.charset.CharsetgetCharset(java.lang.String charsetName)Retrieves the charset for the given name.
-