Class ContentTypeParser

java.lang.Object
org.apache.james.mime4j.field.contenttype.parser.ContentTypeParser
All Implemented Interfaces:
ContentTypeParserConstants

public class ContentTypeParser extends Object implements ContentTypeParserConstants
  • Field Details

  • Constructor Details

    • ContentTypeParser

      public ContentTypeParser(InputStream stream)
      Constructor with InputStream.
    • ContentTypeParser

      public ContentTypeParser(InputStream stream, String encoding)
      Constructor with InputStream and supplied encoding
    • ContentTypeParser

      public ContentTypeParser(Reader stream)
      Constructor.
    • ContentTypeParser

      public ContentTypeParser(ContentTypeParserTokenManager tm)
      Constructor with generated Token Manager.
  • Method Details