org.apache.directory.shared.ldap.ldif
Class LdifReader.Position

java.lang.Object
  extended by org.apache.directory.shared.ldap.ldif.LdifReader.Position
Enclosing class:
LdifReader

public class LdifReader.Position
extends java.lang.Object

A private class to track the current position in a line

Version:
$Rev$, $Date$
Author:
Apache Directory Project

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

LdifReader.Position

public LdifReader.Position()
Creates a new instance of Position.

Method Detail

inc

public void inc()
Increment the current position by one


inc

public void inc(int val)
Increment the current position by the given value

Parameters:
val - The value to add to the current position


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.