|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgate.corpora.RepositioningInfo.PositionInfo
Just information keeper inner class. No significant functionality.
| Constructor Summary | |
RepositioningInfo.PositionInfo(long orig,
long origLen,
long curr,
long currLen)
The only constructor. |
|
| Method Summary | |
long |
getCurrentLength()
Length of peace of text in the extracted content |
long |
getCurrentPosition()
Position in the extracted (and probably changed) content |
long |
getOriginalLength()
Length of peace of text in the original content |
long |
getOriginalPosition()
Position in the original content |
String |
toString()
For debug purposes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RepositioningInfo.PositionInfo(long orig,
long origLen,
long curr,
long currLen)
| Method Detail |
public long getCurrentPosition()
public long getOriginalPosition()
public long getOriginalLength()
public long getCurrentLength()
public String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||