Spring LDAP Framework

Uses of Class
org.springframework.ldap.core.SimpleCharStream

Packages that use SimpleCharStream
org.springframework.ldap.core Core package of the JNDI/LDAP support. 
 

Uses of SimpleCharStream in org.springframework.ldap.core
 

Fields in org.springframework.ldap.core declared as SimpleCharStream
protected  SimpleCharStream DnParserImplTokenManager.input_stream
           
 

Methods in org.springframework.ldap.core with parameters of type SimpleCharStream
 void DnParserImplTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void DnParserImplTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.springframework.ldap.core with parameters of type SimpleCharStream
DnParserImplTokenManager(SimpleCharStream stream)
          Constructor.
DnParserImplTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 


Spring LDAP Framework

Copyright © 2005-2010 The Spring LDAP Framework. All Rights Reserved.