org.apache.felix.framework.util.ldap
Class LdapLexer

java.lang.Object
  extended by org.apache.felix.framework.util.ldap.LdapLexer

public class LdapLexer
extends Object


Constructor Summary
LdapLexer()
           
LdapLexer(Reader r)
           
 
Method Summary
 int charno()
           
 int get()
           
 int getnw()
           
 int peek()
           
 int peeknw()
           
 void setReader(Reader r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapLexer

public LdapLexer()

LdapLexer

public LdapLexer(Reader r)
Method Detail

setReader

public void setReader(Reader r)

get

public int get()
        throws IOException
Throws:
IOException

peek

public int peek()
         throws IOException
Throws:
IOException

getnw

public int getnw()
          throws IOException
Throws:
IOException

peeknw

public int peeknw()
           throws IOException
Throws:
IOException

charno

public int charno()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.