public class SimpleTextFileReader extends Object
| Constructor and Description |
|---|
SimpleTextFileReader() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanPrintDataOut(String filename) |
static void |
cleanPrintDataOut(String filename,
PrintStream printStream) |
static void |
printDataOut(String filename) |
static void |
printDataOut(String filename,
PrintStream printStream) |
static List<String> |
readLines(String filename) |
public static void printDataOut(String filename) throws IOException
IOExceptionpublic static void printDataOut(String filename, PrintStream printStream) throws IOException
IOExceptionpublic static void cleanPrintDataOut(String filename) throws IOException
IOExceptionpublic static void cleanPrintDataOut(String filename, PrintStream printStream) throws IOException
IOExceptionpublic static List<String> readLines(String filename) throws IOException
IOExceptionCopyright © 2015 Omnia Consulting. All rights reserved.