xxl.indexStructures
Class ORTree.NodeConverter
java.lang.Object
|
+--xxl.io.Converter
|
+--xxl.indexStructures.ORTree.NodeConverter
- public class ORTree.NodeConverter
- 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 |
indexEntryConverter
protected Converter indexEntryConverter
objectConverter
protected Converter objectConverter
ORTree.NodeConverter
public ORTree.NodeConverter(Converter objectConverter,
Converter indexEntryConverter)
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