Talk:Non-blocking I/O (Java): Difference between revisions

Content deleted Content added
clean up, Added missing comments section header using AWB
Line 30:
 
--[[Special:Contributions/88.114.29.229|88.114.29.229]] ([[User talk:88.114.29.229|talk]]) 19:29, 17 March 2010 (UTC)
 
Even though it's listed as a feature, I don't see how it can be called part of NIO. NIO certainly allows the use of regex but regex is not part of NIO (at least as far as I can see).
 
My main gripe though was that the example takes up so much space compared to the more core areas of NIO. It makes it seem that regex is a core part of NIO whereas it's merely a way of using the existing regex API with NIO. In addition, if the regex example is only a minor alteration of the offical example, why keep it? A link should be sufficient.
 
== Examples ==