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