|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoftparsmap.FilePointerPart
This class points to a block of bytes in a file. It is used to create indexes.
Constructor Summary | |
FilePointerPart(long pointer,
int length)
An instance needs a pointer which points into the file and how many bytes the block consists of. |
Method Summary | |
int |
getLength()
Returns the length of the block. |
long |
getPointer()
Returns the pointer. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilePointerPart(long pointer, int length)
pointer
- is the pointerlength
- is the length of the blockMethod Detail |
public long getPointer()
public int getLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |