public class IOUtils extends Object
Constructor and Description |
---|
IOUtils() |
Modifier and Type | Method and Description |
---|---|
static byte[] |
toByteArray(InputStream input) |
static String |
toString(Reader input) |
public static byte[] toByteArray(InputStream input) throws IOException
IOException
public static String toString(Reader input) throws IOException
IOException
Copyright © 2015. All rights reserved.