Package net.didion.jwnl.data
Class Pointer.TargetIndex
java.lang.Object
net.didion.jwnl.data.Pointer.TargetIndex
- All Implemented Interfaces:
Serializable
- Enclosing class:
Pointer
This class is used to avoid paging in the target before it is required, and to prevent
keeping a large portion of the database resident once the target has been queried.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_pos
POS _pos -
_offset
long _offset -
_index
int _index -
_cachedToString
-
-
Constructor Details
-
TargetIndex
TargetIndex(POS pos, long offset, int index)
-
-
Method Details
-
toString
-
readObject
- Throws:
IOException
ClassNotFoundException
-