public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(InputStream input)
This method wraps
org.apache.commons.io.IOUtils' toString(InputStream) method but catches any
IOException and wraps it into a RuntimeException. |
public static String toString(InputStream input)
org.apache.commons.io.IOUtils' toString(InputStream) method but catches any
IOException and wraps it into a RuntimeException.Copyright © 2022. All rights reserved.