R
Rick Terrell
Guest
Yes, wouldn't it be nice if the "stream handle" were a real handle with properties and methods to test these kinds of things, instead of just something to pass around. Things like (just suggestions): IS-OPEN DIRECTION (input/output) SOURCE (if an input stream) DESTINATION (output stream) SEEK (or something similar to tell you how far you are in reading an input stream) OUTPUT-SIZE (how big is the file we've written so far. This would be nice to have on the SAX-WRITER as well) There are others that would be useful, but you get the idea.
Continue reading...
Continue reading...