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 SimpleCharStreamStructuredFieldParserTokenManager.input_stream(package private) SimpleCharStreamStructuredFieldParser.jj_input_streamMethods in org.apache.james.mime4j.field.structured.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidStructuredFieldParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidStructuredFieldParserTokenManager.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.