Package org.eclipse.lemminx.utils
Class IOUtils
java.lang.Object
org.eclipse.lemminx.utils.IOUtils
IO utilities class
- Author:
- Angelo ZERR
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IOUtils
public IOUtils()
-
-
Method Details
-
convertStreamToString
Convert the givenInputStreaminto a String. The source InputStream will then be closed.- Parameters:
is- the input stream- Returns:
- the given input stream in a String.
-