Methods Summary |
---|
public int | getArticleNumber()Gets the article number for this article.
|
public NNTPGroup | getGroup()Gets the group containing this article.
|
public java.lang.String | getHeader(java.lang.String headerName)Gets the header with the specified headerName. Returns null
if the header doesn't exist.
|
public java.lang.String | getUniqueID()Gets the unique message id for this article.
|
public void | writeArticle(java.io.OutputStream wrt)Writes the whole article to a writer.
|
public void | writeBody(java.io.OutputStream wrt)Writes the article body to a writer.
|
public void | writeHead(java.io.OutputStream wrt)Writes the article headers to a writer.
|
public void | writeOverview(java.io.OutputStream wrt)Writes the article overview to a writer.
|