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