|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.io.LdifReader
public class LdifReader
Reads an LDIF from a Reader and returns a SearchResult.
| Constructor Summary | |
|---|---|
LdifReader(Reader reader)
Creates a new ldif reader. |
|
LdifReader(Reader reader,
SortBehavior sb)
Creates a new ldif reader. |
|
| Method Summary | |
|---|---|
SearchResult |
read()
Reads LDIF data from the reader and returns a search result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdifReader(Reader reader)
reader - to read LDIF from
public LdifReader(Reader reader,
SortBehavior sb)
reader - to read LDIF fromsb - sort behavior of the ldap result| Method Detail |
|---|
public SearchResult read()
throws IOException
read in interface SearchResultReaderIOException - if an error occurs using the reader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||