Package org.bouncycastle.mime
Interface MimeParser
- All Known Implementing Classes:
BasicMimeParser
public interface MimeParser
Base interface for a MIME parser.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
parse
(MimeParserListener listener) Trigger the start of parsing.
-
Method Details
-
parse
Trigger the start of parsing.- Parameters:
listener
- callback to be signalled as each MIME object is identified.- Throws:
IOException
- on a parsing/IO exception.
-