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