I've been looking at the Java Input/Output stream classes; is it desirable to use those underneath the stream classes, and then FileStream would use
java.io.File(Input | Output)Stream when we get down to it? If so, then the primitives will be straitforward, but I'd like to get input - James mentioned that Sean has done some architecture work on the File IO system, so I would like to get some input from Sean as well.
Any thoughts?
I could implement everything using strait arrays and then migrate to streams, but I'd rather doit right the first time.
- Brian