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 SimpleCharStream
StructuredFieldParserTokenManager. input_stream
(package private) SimpleCharStream
StructuredFieldParser. jj_input_stream
Methods in org.apache.james.mime4j.field.structured.parser with parameters of type SimpleCharStream Modifier and Type Method Description void
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 SimpleCharStream Constructor Description StructuredFieldParserTokenManager(SimpleCharStream stream)
Constructor.StructuredFieldParserTokenManager(SimpleCharStream stream, int lexState)
Constructor.
-