Class ContentDispositionParser

java.lang.Object
org.apache.james.mime4j.field.contentdisposition.parser.ContentDispositionParser
All Implemented Interfaces:
ContentDispositionParserConstants

public class ContentDispositionParser extends Object implements ContentDispositionParserConstants
  • Field Details

  • Constructor Details

    • ContentDispositionParser

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

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

      public ContentDispositionParser(Reader stream)
      Constructor.
    • ContentDispositionParser

      public ContentDispositionParser(ContentDispositionParserTokenManager tm)
      Constructor with generated Token Manager.
  • Method Details