Class IOUtils


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String readFull​(java.io.InputStream inputStream)  
      static java.lang.String readFull​(java.io.Reader reader)  
      static void writeFull​(java.io.Writer writer, java.lang.String content)  
      • Methods inherited from class java.lang.Object

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

      • readFull

        public static java.lang.String readFull​(java.io.InputStream inputStream)
      • readFull

        public static java.lang.String readFull​(java.io.Reader reader)
      • writeFull

        public static void writeFull​(java.io.Writer writer,
                                     java.lang.String content)
                              throws java.io.IOException
        Throws:
        java.io.IOException