public final class IoUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
readIntoByteArray(InputStream in) |
static String |
readIntoString(Reader reader) |
public static String readIntoString(Reader reader) throws IOException
IOExceptionpublic static byte[] readIntoByteArray(InputStream in) throws IOException
IOExceptionCopyright © 2014–2018. All rights reserved.