Package org.openxava.util
Class InputStreams
java.lang.Object
org.openxava.util.InputStreams
Utilities to working with java.io.InputStream).
- Author:
- Javier Paniza
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoString(InputStream in) Returns the content of the input stream in string format.
-
Constructor Details
-
InputStreams
public InputStreams()
-
-
Method Details
-
toString
Returns the content of the input stream in string format.- Parameters:
in- Cannot be null- Returns:
- Never null
- Throws:
IOException- If some problem
-