Package org.scribe.utils
Class StreamUtils
java.lang.Object
org.scribe.utils.StreamUtils
Utils to deal with Streams.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringReturns the stream contents as an UTF-8 encoded string
-
Method Details
-
getStreamContents
Returns the stream contents as an UTF-8 encoded string- Parameters:
is- input stream- Returns:
- string contents
-