public class IOUtils extends Object
| Constructor and Description |
|---|
IOUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
close(Closeable 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 void close(Closeable input)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.