Class CharacterSetFactory


  • public class CharacterSetFactory
    extends java.lang.Object
    This class creates a CharacterSet object for a given named encoding.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static CharacterSet getCharacterSet​(java.util.Properties details, Controller controller)
      Make a CharacterSet appropriate to the encoding
      static void main​(java.lang.String[] args)
      Main program is a utility to give a list of the character sets supported by the Java VM
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Main program is a utility to give a list of the character sets supported by the Java VM
        Throws:
        java.lang.Exception