Searched defs:ContentTypeParser (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
H A DContentTypeParser.java1 /* Generated By:JavaCC: Do not edit this line. ContentTypeParser.java */
22 public class ContentTypeParser implements ContentTypeParserConstants { class in inherits:ContentTypeParserConstants
37 ContentTypeParser parser = new ContentTypeParser(System.in);
129 public ContentTypeParser(java.io.InputStream stream) { method in class:ContentTypeParser
132 public ContentTypeParser(java.io.InputStream stream, String encoding) { method in class:ContentTypeParser
153 public ContentTypeParser(java.io.Reader stream) { method in class:ContentTypeParser
171 public ContentTypeParser(ContentTypeParserTokenManager tm) { method in class:ContentTypeParser

Completed in 109 milliseconds