Uses of Class
org.apache.james.mime4j.field.structured.parser.SimpleCharStream
-
Packages that use SimpleCharStream Package Description org.apache.james.mime4j.field.structured.parser -
-
Uses of SimpleCharStream in org.apache.james.mime4j.field.structured.parser
Fields in org.apache.james.mime4j.field.structured.parser declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStreamStructuredFieldParserTokenManager. input_stream(package private) SimpleCharStreamStructuredFieldParser. jj_input_streamMethods in org.apache.james.mime4j.field.structured.parser with parameters of type SimpleCharStream Modifier and Type Method Description voidStructuredFieldParserTokenManager. 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 SimpleCharStream Constructor Description StructuredFieldParserTokenManager(SimpleCharStream stream)Constructor.StructuredFieldParserTokenManager(SimpleCharStream stream, int lexState)Constructor.
-