examples.nntp
public class NNTPUtils extends Object
| Method Summary | |
|---|---|
| static Article[] | getArticleInfo(NNTPClient client, int lowArticleNumber, int highArticleNumber)
Given an NNTPClient instance, and an integer range of messages, return
an array of Article instances. |
| static String | readerToString(Reader reader)
Convert a Reader instance to a String |
Parameters: client lowArticleNumber highArticleNumber
Returns: Article[] An array of Article
Throws: IOException
Parameters: reader The Reader instance
Returns: String