Class LDIFReader


  • public class LDIFReader
    extends java.lang.Object
    Base class for reading LDIF based data.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_ENCODING  
    • Constructor Summary

      Constructors 
      Constructor Description
      LDIFReader​(java.io.BufferedReader reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.naming.directory.Attributes getNext()
      Returns the next attributes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • DEFAULT_ENCODING

        public static final java.lang.String DEFAULT_ENCODING
        See Also:
        Constant Field Values
    • Constructor Detail

      • LDIFReader

        public LDIFReader​(java.io.BufferedReader reader)
    • Method Detail

      • getNext

        public javax.naming.directory.Attributes getNext()
                                                  throws java.io.IOException
        Returns the next attributes
        Returns:
        the next javax.naming.directory.Attributes
        Throws:
        java.io.IOException