xxl.indexStructures
Class ORTree.NodeConverter

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

public class ORTree.NodeConverter
extends Converter


Field Summary
protected  Converter indexEntryConverter
           
protected  Converter objectConverter
           
 
Constructor Summary
ORTree.NodeConverter(Converter objectConverter, Converter indexEntryConverter)
           
 
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

indexEntryConverter

protected Converter indexEntryConverter

objectConverter

protected Converter objectConverter
Constructor Detail

ORTree.NodeConverter

public ORTree.NodeConverter(Converter objectConverter,
                            Converter indexEntryConverter)
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