|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.ldif.LdifReader.Position
public class LdifReader.Position
A private class to track the current position in a line
Constructor Summary | |
---|---|
LdifReader.Position()
Creates a new instance of Position. |
Method Summary | |
---|---|
void |
inc()
Increment the current position by one |
void |
inc(int val)
Increment the current position by the given value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdifReader.Position()
Method Detail |
---|
public void inc()
public void inc(int val)
val
- The value to add to the current position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |