Is there a java library / package analogous to <stdio.h>?
- by Roboprog
I have been doing Java on and off for about 14 years, and almost nothing else the last 6 years or so.
I really hate the java.io package -- its legion of subclasses and adapters. I do like exceptions, rather than having to always poll "errno" and the like, but I could surely live without declared exceptions.
Is there anything that functions…