org.apache.lucene.gdata.storage.lucenestorage.recover
Class RecoverReader

java.lang.Object
  extended by org.apache.lucene.gdata.storage.lucenestorage.recover.RecoverReader

public class RecoverReader
extends Object

Recovers the written object from the harddisc

Author:
Simon Willnauer

Constructor Summary
protected RecoverReader()
           
 
Method Summary
 List<StorageEntryWrapper> recoverEntries(BufferedReader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecoverReader

protected RecoverReader()
Method Detail

recoverEntries

public List<StorageEntryWrapper> recoverEntries(BufferedReader reader)
                                         throws IOException
Parameters:
reader -
Returns:
Throws:
IOException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.