+ 1
What will be the syntax for file handling in java using stream class
2 odpowiedzi
+ 14
Check this out ------->
https://www.sololearn.com/learn/Java/2186/
0
Files.lines return Stream if thats what you looking for ?
https://docs.oracle.com/javase/8/docs/api/java/nio/file/Files.html#lines-java.nio.file.Path-