public interface MimeParser
Modifier and Type | Method and Description |
---|---|
void |
parse(MimeParserListener listener)
Trigger the start of parsing.
|
void parse(MimeParserListener listener) throws IOException
listener
- callback to be signalled as each MIME object is identified.IOException
- on a parsing/IO exception.Copyright © 2021 BouncyCastle.org. All rights reserved.