public final class CSVUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<String[]> |
readAll(InputStream inputStream)
Reads the entire file and returns it as a list of strings.
|
@NotNull public static List<String[]> readAll(@NotNull InputStream inputStream) throws IOException
inputStream - the input stream to read fromIOException - when reading fails for any reasonCopyright © 2019. All rights reserved.