Class StreamUtils


  • public class StreamUtils
    extends Object
    Simple set of utilities which handle various stream operations.
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)
    • Method Detail

      • convertStreamToString

        public static String convertStreamToString​(InputStream is)
        A simple utility to convert InputStreams into strings.
        Parameters:
        is - the input stream
        Returns:
        the string version of the IS