elvisDoc
Class ElvisDocSerializeDoc

java.lang.Object
  extended by elvisDoc.ElvisDocSerializeDoc

public class ElvisDocSerializeDoc
extends Object

Format of the serialized document is very simple. The first object is an integer of the number of elements, followed by the elements themselves.

Author:
ritza

Constructor Summary
ElvisDocSerializeDoc(Hashtable<String,elvisDocItem> docList, String outputPath)
           
 
Method Summary
static File getSerializeDocNameFromUserDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElvisDocSerializeDoc

public ElvisDocSerializeDoc(Hashtable<String,elvisDocItem> docList,
                            String outputPath)
                     throws IOException
Throws:
IOException
Method Detail

getSerializeDocNameFromUserDir

public static File getSerializeDocNameFromUserDir()
                                           throws FileNotFoundException
Throws:
FileNotFoundException