public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertStreamToString(InputStream is)
Convert the given
InputStream into a String. |
public static String convertStreamToString(InputStream is)
InputStream into a String. The source InputStream
will then be closed.is - the input streamCopyright © 2024. All rights reserved.