Uses of Class
org.apache.james.mime4j.field.address.SimpleCharStream

Packages that use SimpleCharStream
org.apache.james.mime4j.field.address   
 

Uses of SimpleCharStream in org.apache.james.mime4j.field.address
 

Fields in org.apache.james.mime4j.field.address declared as SimpleCharStream
protected  SimpleCharStream AddressListParserTokenManager.input_stream
           
 

Methods in org.apache.james.mime4j.field.address with parameters of type SimpleCharStream
 void AddressListParserTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void AddressListParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.apache.james.mime4j.field.address with parameters of type SimpleCharStream
AddressListParserTokenManager(SimpleCharStream stream)
          Constructor.
AddressListParserTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.