public class BasicMimeParser extends Object implements MimeParser
| Constructor and Description |
|---|
BasicMimeParser(Headers headers,
InputStream content) |
BasicMimeParser(InputStream src) |
BasicMimeParser(MimeParserContext parserContext,
Headers headers,
InputStream src) |
BasicMimeParser(MimeParserContext parserContext,
InputStream src) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMultipart() |
void |
parse(MimeParserListener listener)
Trigger the start of parsing.
|
public BasicMimeParser(InputStream src) throws IOException
IOExceptionpublic BasicMimeParser(MimeParserContext parserContext, InputStream src) throws IOException
IOExceptionpublic BasicMimeParser(Headers headers, InputStream content)
public BasicMimeParser(MimeParserContext parserContext, Headers headers, InputStream src)
public void parse(MimeParserListener listener) throws IOException
MimeParserparse in interface MimeParserlistener - callback to be signalled as each MIME object is identified.IOException - on a parsing/IO exception.public boolean isMultipart()
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.