| Loads and stores information about character sets. Static fields and methods
are concerned with loading, storing and retrieval of all character set
information, while non-static fields and methods describe a particular
character set (Java charset name and whether it's a multi-byte charset).
Note: Only one CharsetInfo instance exists per charset.
This allows simple equality comparisons between instances retrieved with any
of the get methods.
author: Alin Sinpalean version: $Id: CharsetInfo.java,v 1.5 2007/07/08 17:28:23 bheineman Exp $ |