Package com.sun.mail.imap.protocol
Class BODY
- java.lang.Object
-
- com.sun.mail.imap.protocol.BODY
-
-
Constructor Summary
Constructors Constructor Description BODY(FetchResponse r)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteArraygetByteArray()java.io.ByteArrayInputStreamgetByteArrayInputStream()java.lang.StringgetSection()booleanisHeader()
-
-
-
Constructor Detail
-
BODY
public BODY(FetchResponse r) throws ParsingException
Constructor- Parameters:
r- the FetchResponse- Throws:
ParsingException- for parsing failures
-
-
Method Detail
-
getByteArray
public ByteArray getByteArray()
-
getByteArrayInputStream
public java.io.ByteArrayInputStream getByteArrayInputStream()
-
isHeader
public boolean isHeader()
-
getSection
public java.lang.String getSection()
-
-