public interface MimeParser
Modifier and Type | Method and Description |
---|---|
void |
parse(MimeParserListener listener)
Trigger the start of parsing.
|
void parse(MimeParserListener listener) throws java.io.IOException
listener
- callback to be signalled as each MIME object is identified.java.io.IOException
- on a parsing/IO exception.