The IO lib, if it takes off [and it should] will have lots of Readers,
Writers, InputStreams and OutputStreams.

I'd like to plan these off of the top level in a sub-package. I think it's
obvious that input and output shoudl be separated, but should Stream and
Reader/Writer?

ie) Do I have:

io.input
io.output

or

io.input
io.output
io.reader
io.writer


I'm tempted to go with the former. Any opinions?

Hen


--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to