Class Trans


  • public class Trans
    extends java.lang.Object
    A command-line interface to the ICU4J transliterators.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static boolean DEBUG  
    • Constructor Summary

      Constructors 
      Constructor Description
      Trans()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      (package private) static void trans​(Transliterator trans, java.lang.String inText, java.io.BufferedReader in, java.io.PrintWriter out, boolean isHTML)  
      (package private) static void usage()
      Emit usage and die.
      • Methods inherited from class java.lang.Object

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

      • Trans

        public Trans()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • trans

        static void trans​(Transliterator trans,
                          java.lang.String inText,
                          java.io.BufferedReader in,
                          java.io.PrintWriter out,
                          boolean isHTML)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • usage

        static void usage()
        Emit usage and die.