Class LocaleFileWriter


  • public class LocaleFileWriter
    extends java.lang.Object
    Utility for writing a Locale into a file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeToFile​(java.io.File file)  
      • Methods inherited from class java.lang.Object

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

      • LocaleFileWriter

        public LocaleFileWriter​(Locale locale)
    • Method Detail

      • writeToFile

        public void writeToFile​(java.io.File file)
                         throws java.io.IOException
        Throws:
        java.io.IOException