You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Chemi <jm...@terra.es> on 2005/05/16 09:44:21 UTC

[Net-NNTP] Why using just Reader?

Hi, I am reviewing Net-NNTP API and NNTPClient class always offers a 
Reader as interface to read messages.

Problem is that I want to parse the message with a MIME parser and all 
parser I have found (javaMail and mime4j) requiere an InputStream 
instead of a Reader. And as I could see here: 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4094886 , since 1997 
people are asking for a way to convert it and there is no answer from Sun.

Any comment? Any solution? Should NNTPClient offer InputStream interface 
too?

Thanks in advance,

    Chemi.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org