public final class TextFileUtil extends Object
Modifier and Type | Method and Description |
---|---|
static Collection<String> |
parse(File file)
Read lines from file to String collection.
|
static Collection<String> |
parse(String filePath)
Read lines from file to String collection.
|
public static Collection<String> parse(File file)
file
- to read frompublic static Collection<String> parse(String filePath)
filePath
- to read fromCopyright © 2017–2022 wcm.io QA. All rights reserved.