|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.nntp.NntpArticleBody
public class NntpArticleBody
Provides methods for constructing and reconstructing Nntp atricle body.
Constructor Summary | |
---|---|
NntpArticleBody(java.io.BufferedReader reader)
Creates new NntpArticleBody instance from
BufferedReader . |
|
NntpArticleBody(java.lang.String body)
Creates new NntpArticleBody instance. |
Method Summary | |
---|---|
java.lang.String |
getBody()
Gets contents of this NntpArticleBody . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NntpArticleBody(java.lang.String body)
body
- the article bodypublic NntpArticleBody(java.io.BufferedReader reader) throws NntpException
NntpArticleBody
instance from
BufferedReader
.
reader
- the BufferedReader
containing body of article
NntpException
- thrown if I/O related error occursNntpException
Method Detail |
---|
public java.lang.String getBody()
NntpArticleBody
.
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |