xxl.indexStructures
Class ORTree.IndexEntryConverter

java.lang.Object
  |
  +--xxl.io.Converter
        |
        +--xxl.indexStructures.ORTree.IndexEntryConverter

public class ORTree.IndexEntryConverter
extends Converter


Field Summary
protected  Converter descriptorConverter
           
protected  Converter idConverter
           
 
Constructor Summary
ORTree.IndexEntryConverter(Converter idConverter, Converter descriptorConverter)
           
 
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 xxl.io.Converter
sizeOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idConverter

protected Converter idConverter

descriptorConverter

protected Converter descriptorConverter
Constructor Detail

ORTree.IndexEntryConverter

public ORTree.IndexEntryConverter(Converter idConverter,
                                  Converter descriptorConverter)
Method Detail

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