I see in several application source like Minecraft and JIrcs they both use java.io to implement Reactor Plugin (if I’m not wrong) and also in this article. So, what is the difference between java.io and java.nio when implementing Reactor Pattern? I mean, like performance advantage, process efficiency etc and where i can get good tutorial if you think java.io is the good solution to implement Reactor Pattern (since google give me tons of java.nio tuts not java.io as i want)
I see in several application source like Minecraft and JIrcs they both use java.io
Share
I hope you can get a conclusion with the below information taken from the book
at page no.42
and 43.
and read more.
Here are some reference links which provide Java IO vs Java NIO :
Java IO Faster Than NIO – Old is New Again!, Java IO vs Java NIO and IO vs. NIO – Interruptions, Timeouts and Buffers.