public class IOUtils extends Object
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
IOException
public static String toString(InputStream input, String encode) throws IOException
IOException
public static void close(Closeable input)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.