Class IOUtils

java.lang.Object
org.eclipse.lemminx.utils.IOUtils

public class IOUtils extends Object
IO utilities class
Author:
Angelo ZERR
  • Constructor Details

    • IOUtils

      public IOUtils()
  • Method Details

    • convertStreamToString

      public static String convertStreamToString(InputStream is)
      Convert the given InputStream into a String. The source InputStream will then be closed.
      Parameters:
      is - the input stream
      Returns:
      the given input stream in a String.