public class NNTPUtils extends Object
Constructor and Description |
---|
NNTPUtils() |
Modifier and Type | Method and Description |
---|---|
static List<Article> |
getArticleInfo(NNTPClient client,
long lowArticleNumber,
long highArticleNumber)
Given an
NNTPClient instance, and an integer range of messages, return
an array of Article instances. |
public static List<Article> getArticleInfo(NNTPClient client, long lowArticleNumber, long highArticleNumber) throws IOException
NNTPClient
instance, and an integer range of messages, return
an array of Article
instances.client
- the client to uselowArticleNumber
- low numberhighArticleNumber
- high numberIOException
- on error