mina86 commented on issue #35: Turn CSVRecord into a List
URL: https://github.com/apache/commons-csv/pull/35#issuecomment-449403846
 
 
   FYI, you can do `StreamSupport.stream(record.splitterator(), false)` to 
convert CSVRecord into a stream though it’s less efficient in some cases (since 
the stream is unsized) than if CSVRecord was a List.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to