Interface MimeParser

All Known Implementing Classes:
BasicMimeParser

public interface MimeParser
Base interface for a MIME parser.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Trigger the start of parsing.
  • Method Details

    • 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.