org.exist.storage
Class ValueIndexFactory
java.lang.Object
org.exist.storage.ValueIndexFactory
- public class ValueIndexFactory
- extends java.lang.Object
- Author:
- wolf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueIndexFactory
public ValueIndexFactory()
deserialize
public static final Indexable deserialize(byte[] data,
int start,
int len)
throws EXistException
- Throws:
EXistException
serialize
public static final byte[] serialize(Indexable value,
short collectionId,
boolean caseSensitive)
throws EXistException
- Throws:
EXistException
serialize
public static final byte[] serialize(Indexable value,
int offset,
boolean caseSensitive)
throws EXistException
- Throws:
EXistException
Copyright (C) Wolfgang Meier. All rights reserved.