Class IOUtils


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

      • IOUtils

        public IOUtils()
    • Method Detail

      • 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.