public final class IOUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
toByteArray(InputStream input) |
static String |
toString(InputStream input) |
static String |
toString(InputStream input,
String encode) |
public static String toString(InputStream input) throws IOException
IOExceptionpublic static String toString(InputStream input, String encode) throws IOException
IOExceptionpublic static byte[] toByteArray(InputStream input) throws IOException
IOExceptionCopyright © 2016–2023 ArangoDB GmbH. All rights reserved.