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