java.lang.Object
bayern.steinbrecher.javaUtility.IOUtility

public final class IOUtility
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    static java.lang.String readAll​(java.io.InputStream inputStream, java.nio.charset.Charset charset)  

    Methods inherited from class java.lang.Object

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

    • readAll

      public static java.lang.String readAll​(java.io.InputStream inputStream, java.nio.charset.Charset charset) throws java.io.IOException
      Throws:
      java.io.IOException