Package de.galan.commons.io.streams
Class IOSupport
- java.lang.Object
-
- de.galan.commons.io.streams.IOSupport
-
public class IOSupport extends Object
Supportive I/O methods.
-
-
Constructor Summary
Constructors Constructor Description IOSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringinputstreamToString(InputStream is)static StringinputstreamToString(InputStream is, Charset charset)
-
-
-
Method Detail
-
inputstreamToString
public static String inputstreamToString(InputStream is) throws IOException
- Throws:
IOException
-
inputstreamToString
public static String inputstreamToString(InputStream is, Charset charset) throws IOException
- Throws:
IOException
-
-