org.apache.lucene.store
Class RAMDirectorySerializer

java.lang.Object
  extended by org.apache.lucene.store.RAMDirectorySerializer

public class RAMDirectorySerializer
extends Object


Constructor Summary
RAMDirectorySerializer()
           
 
Method Summary
static org.apache.lucene.store.RAMDirectory fromBytes(byte[] bytes)
           
static org.apache.lucene.store.RAMDirectory fromDataInput(DataInput din)
           
static void main(String[] args)
           
static byte[] toBytes(org.apache.lucene.store.RAMDirectory dir)
           
static void toDataOutput(DataOutput dout, org.apache.lucene.store.RAMDirectory dir)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAMDirectorySerializer

public RAMDirectorySerializer()
Method Detail

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.