Hello again...
Some more questions:
- Why is every method in the resource interface starting with doXXX? Isn't it 
redundant as the computer is anyway doing what we want him to do :-)
- As I've seen so far the only way to get the resource content is to use the 
method doReadContent()... This method needs an output-stream to copy the 
content to. Whould it not be much better to have a method like:
InputStream getInputStream()? The caller can now decide what to do with this 
stream (e.g. use it in a sequenceInputStream, read just the beginning of the 
stream). This is not possible with the current api. Or am I wrong?

Regards,
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to