Class XCldrStub.FileUtilities

  • Enclosing class:
    XCldrStub

    public static class XCldrStub.FileUtilities
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.nio.charset.Charset UTF8  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileUtilities()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getRelativeFileName​(java.lang.Class<?> class1, java.lang.String filename)  
      static java.io.BufferedReader openFile​(java.lang.Class<?> class1, java.lang.String file)  
      static java.io.BufferedReader openFile​(java.lang.Class<?> class1, java.lang.String file, java.nio.charset.Charset charset)  
      • Methods inherited from class java.lang.Object

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

      • UTF8

        public static final java.nio.charset.Charset UTF8
    • Constructor Detail

      • FileUtilities

        public FileUtilities()
    • Method Detail

      • openFile

        public static java.io.BufferedReader openFile​(java.lang.Class<?> class1,
                                                      java.lang.String file)
      • openFile

        public static java.io.BufferedReader openFile​(java.lang.Class<?> class1,
                                                      java.lang.String file,
                                                      java.nio.charset.Charset charset)
      • getRelativeFileName

        public static java.lang.String getRelativeFileName​(java.lang.Class<?> class1,
                                                           java.lang.String filename)