I was using Java NIO Files.lines method but i was curious to know the code so dig little bit further then i see some FileChannel of nio package. my digging took me to buffered reader it seems like there nio is using io which is supposed to be blocking.
I was trying to read file for my webflux project reactor code but it seems like it could have some blocking in it.