xxl.indexStructures
Class ORTree.IndexEntryConverter
java.lang.Object
|
+--xxl.io.Converter
|
+--xxl.indexStructures.ORTree.IndexEntryConverter
- public class ORTree.IndexEntryConverter
- extends Converter
|
Method Summary |
java.lang.Object |
read(java.io.DataInput dataInput,
java.lang.Object object)
|
int |
write(java.io.DataOutput dataOutput,
java.lang.Object object)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
idConverter
protected Converter idConverter
descriptorConverter
protected Converter descriptorConverter
ORTree.IndexEntryConverter
public ORTree.IndexEntryConverter(Converter idConverter,
Converter descriptorConverter)
read
public java.lang.Object read(java.io.DataInput dataInput,
java.lang.Object object)
throws java.io.IOException
- Overrides:
- read in class Converter
write
public int write(java.io.DataOutput dataOutput,
java.lang.Object object)
throws java.io.IOException
- Overrides:
- write in class Converter