Methods Summary |
---|
public NNTPArticle | addArticle(java.io.InputStream newsStream)Adds an article to the group based on the data in the
stream.
|
public NNTPArticle | getArticle(int number)Gets the article with the specified article number.
|
public java.util.Iterator | getArticles()Retrieves an iterator of all articles in this newsgroup
|
public java.util.Iterator | getArticlesSince(java.util.Date dt)Retrieves an iterator of articles in this newsgroup that were
posted on or after the specified date.
|
public java.lang.String | getDescription()Gets the description of the newsgroup
|
public int | getFirstArticleNumber()Gets the first article number in the group.
|
public int | getLastArticleNumber()Gets the last article number in the group.
|
public java.lang.String | getListFormat()Retrieves the group information in a format consistent with
a LIST or LIST ACTIVE return line
|
public java.lang.String | getListNewsgroupsFormat()Retrieves the group information in a format consistent with
a LIST NEWSGROUPS return line
|
public java.lang.String | getName()Gets the name of the newsgroup
|
public int | getNumberOfArticles()Gets the number of articles in the group.
|
public boolean | isPostAllowed()Returns whether posting is allowed to this newsgroup
|