public abstract class StreamUtils extends Object
Constructor and Description |
---|
StreamUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getStreamContents(InputStream is)
Returns the stream contents as an UTF-8 encoded string
|
public static String getStreamContents(InputStream is)
is
- input streamCopyright © 2016. All rights reserved.