| Constructor and Description |
|---|
IO() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream in,
OutputStream out) |
private static ByteArrayOutputStream |
read(InputStream in) |
static byte[] |
readAsBytes(InputStream in) |
static String |
readAsUTF8(InputStream in) |
public IO()
public static byte[] readAsBytes(InputStream in) throws IOException
IOExceptionpublic static String readAsUTF8(InputStream in)
public static void copy(InputStream in, OutputStream out) throws IOException
IOExceptionprivate static ByteArrayOutputStream read(InputStream in) throws IOException
IOExceptionCopyright © 2013 eXo Platform SAS. All Rights Reserved.