|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.directory.ldif.LDIFLineProcessor
org.pf.directory.ldif.LDIFReader
public class LDIFReader
A reader for LDIF input
| Constructor Summary | |
|---|---|
LDIFReader()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
static LDIFReader |
n()
Returns a new instance of this class ; |
ObjectContainer |
read(java.io.InputStream stream)
Reads all entries from the given LDIF stream. |
ObjectContainer |
read(java.lang.String filename)
Reads all entries from the LDIF file specified by the given filename. |
| Methods inherited from class org.pf.directory.ldif.LDIFLineProcessor |
|---|
processLine |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LDIFReader()
| Method Detail |
|---|
public static LDIFReader n()
public ObjectContainer read(java.lang.String filename)
throws java.io.IOException
filename - The name of the LDIF file to read
java.io.IOException
public ObjectContainer read(java.io.InputStream stream)
throws java.io.IOException
stream - The stream from which to read the LDIF data
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||