|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.erowid.sperosearch.splitindex.SplitIndexSegment
A segment of a SplitIndexFileInputStream
in a SplitIndexDirectory.
| Constructor Summary | |
SplitIndexSegment(SplitIndexFileDescriptor fileDescriptor,
int segment)
Creates a(n) SplitIndexSegment object. |
|
| Method Summary | |
int |
getData(int pos)
Returns the byte (as an int) at the given position. |
int |
getSegment()
Returns the segment. |
int |
getSize()
The actual segment size. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SplitIndexSegment(SplitIndexFileDescriptor fileDescriptor,
int segment)
throws IOException
| Method Detail |
public int getData(int pos)
public int getSize()
public int getSegment()
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||