public static class LdifRecord.Input extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getPos() |
void |
init(Reader in) |
String |
readFullLine() |
String |
readLine()
Read a line from the input stream.
|
void |
skip()
Read and discard ldif data until a terminator is seen.
|
public Reader in
public boolean eof
public Input()
public Input(Reader in)
public void init(Reader in)
public String readLine() throws Exception
Exceptionpublic void skip()
throws Exception
Exceptionpublic int getPos()
Copyright © 2015 Bedework. All rights reserved.