Uses of Class
org.apache.james.mime4j.field.contenttype.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.apache.james.mime4j.field.contenttype.parser
Fields in org.apache.james.mime4j.field.contenttype.parser declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStream
ContentTypeParserTokenManager.input_stream
(package private) SimpleCharStream
ContentTypeParser.jj_input_stream
Methods in org.apache.james.mime4j.field.contenttype.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoid
ContentTypeParserTokenManager.ReInit
(SimpleCharStream stream) Reinitialise parser.void
ContentTypeParserTokenManager.ReInit
(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in org.apache.james.mime4j.field.contenttype.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.ContentTypeParserTokenManager
(SimpleCharStream stream, int lexState) Constructor.