Constructor and Description |
---|
RFC822DATA(FetchResponse r)
Constructor, header flag is false.
|
RFC822DATA(FetchResponse r,
boolean isHeader)
Constructor, specifying header flag.
|
Modifier and Type | Method and Description |
---|---|
ByteArray |
getByteArray() |
java.io.ByteArrayInputStream |
getByteArrayInputStream() |
boolean |
isHeader() |
public RFC822DATA(FetchResponse r) throws ParsingException
r
- the FetchResponseParsingException
- for parsing failurespublic RFC822DATA(FetchResponse r, boolean isHeader) throws ParsingException
r
- the FetchResponseisHeader
- just header information?ParsingException
- for parsing failurespublic ByteArray getByteArray()
public java.io.ByteArrayInputStream getByteArrayInputStream()
public boolean isHeader()
Copyright © 2010 - 2020 Adobe. All Rights Reserved