| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
readUtf8(InputStream in)
Reads the entire contents of the specified input stream and return them as UTF-8 string.
|
static String |
readUtf8(URL url)
Reads the entire contents of the specified URL and return them as UTF-8 string.
|
public IOUtils()
public static String readUtf8(URL url) throws IOException
IOExceptionpublic static String readUtf8(InputStream in) throws IOException
IOExceptionCopyright © 2019. All rights reserved.