Class IOUtils


  • public class IOUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PATH_SEPARATOR  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void toFile​(java.lang.String template, java.io.File file)  
      static java.lang.String toString​(java.io.InputStream is)  
      static java.lang.String toString​(java.io.InputStreamReader inputStreamReader)  
      • Methods inherited from class java.lang.Object

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

      • toString

        public static java.lang.String toString​(java.io.InputStream is)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public static java.lang.String toString​(java.io.InputStreamReader inputStreamReader)
      • toFile

        public static void toFile​(java.lang.String template,
                                  java.io.File file)
                           throws java.io.IOException
        Throws:
        java.io.IOException