public class NNTPUtils extends Object
| Constructor and Description |
|---|
NNTPUtils() |
| Modifier and Type | Method and Description |
|---|---|
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 |
public static Article[] getArticleInfo(NNTPClient client, int lowArticleNumber, int highArticleNumber) throws IOException
NNTPClient instance, and an integer range of messages, return
an array of Article instances.client - lowArticleNumber - highArticleNumber - IOExceptionCopyright © 1997-2012 Apache Software Foundation. All Rights Reserved.