- 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 ByteArray
getByteArray()
java.io.ByteArrayInputStream
getByteArrayInputStream()
int
getOrigin()
java.lang.String
getSection()
boolean
isHeader()
-
-
-
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()
-
getOrigin
public int getOrigin()
- Since:
- Jakarta Mail 1.6.4
-
-