netscape.ldap.util
Class LDIF.LineReader

java.lang.Object
  extended bynetscape.ldap.util.LDIF.LineReader
Enclosing class:
LDIF

class LDIF.LineReader
extends java.lang.Object


Field Summary
(package private)  java.lang.String _next
           
 
Constructor Summary
(package private) LDIF.LineReader(java.io.BufferedReader d)
           
 
Method Summary
(package private)  java.lang.String readLine()
          Reads a non-comment line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_next

java.lang.String _next
Constructor Detail

LDIF.LineReader

LDIF.LineReader(java.io.BufferedReader d)
Method Detail

readLine

java.lang.String readLine()
                    throws java.io.IOException
Reads a non-comment line.

Returns:
a string or null.
Throws:
java.io.IOException