org.apache.lucene.store
Class RAMDirectorySerializer
java.lang.Object
org.apache.lucene.store.RAMDirectorySerializer
public class RAMDirectorySerializer
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAMDirectorySerializer
public RAMDirectorySerializer()
toBytes
public static byte[] toBytes(org.apache.lucene.store.RAMDirectory dir)
throws IOException
- Throws:
IOException
toDataOutput
public static void toDataOutput(DataOutput dout,
org.apache.lucene.store.RAMDirectory dir)
throws IOException
- Throws:
IOException
fromBytes
public static org.apache.lucene.store.RAMDirectory fromBytes(byte[] bytes)
throws IOException
- Throws:
IOException
fromDataInput
public static org.apache.lucene.store.RAMDirectory fromDataInput(DataInput din)
throws IOException
- Throws:
IOException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2010-2012. All Rights Reserved.