|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mail.imap.protocol.BODY
public class BODY
The BODY fetch response item.
Field Summary | |
---|---|
ByteArray |
data
|
int |
msgno
|
int |
origin
|
java.lang.String |
section
|
Constructor Summary | |
---|---|
BODY(FetchResponse r)
Constructor |
Method Summary | |
---|---|
ByteArray |
getByteArray()
|
java.io.ByteArrayInputStream |
getByteArrayInputStream()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int msgno
public ByteArray data
public java.lang.String section
public int origin
Constructor Detail |
---|
public BODY(FetchResponse r) throws ParsingException
ParsingException
Method Detail |
---|
public ByteArray getByteArray()
public java.io.ByteArrayInputStream getByteArrayInputStream()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |