|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.utils.io.FileReadingUtils
public class FileReadingUtils
The Class FileReadingUtils.
| Constructor Summary | |
|---|---|
FileReadingUtils()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
readAsStringList(java.io.InputStream is,
boolean ignoreEmptyLines)
Read as string list. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileReadingUtils()
| Method Detail |
|---|
public static java.util.List<java.lang.String> readAsStringList(java.io.InputStream is,
boolean ignoreEmptyLines)
throws java.io.IOException
is - the isignoreEmptyLines - the ignore empty lines
java.io.IOException - Signals that an I/O exception has occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||