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
IOException
public static String toString(InputStream input, String encode) throws IOException
IOException
public static byte[] toByteArray(InputStream input) throws IOException
IOException
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.