public class IO extends Object
| Constructor and Description |
|---|
IO() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
deleteDirectory(File directory) |
static String |
streamToString(InputStream is) |
static List<String> |
streamToStrings(InputStream is) |
public static boolean deleteDirectory(File directory)
public static String streamToString(InputStream is) throws IOException
IOExceptionpublic static List<String> streamToStrings(InputStream is) throws IOException
IOExceptionCopyright © 2018. All rights reserved.