krati.util
Class DataCacheLoaderImpl

java.lang.Object
  extended by krati.util.DataCacheLoaderImpl
All Implemented Interfaces:
DataCacheLoader

public class DataCacheLoaderImpl
extends Object
implements DataCacheLoader

DataCache loader.

Author:
jwu

Constructor Summary
DataCacheLoaderImpl()
           
 
Method Summary
 void dump(DataCache cache, File dumpFile)
           
 void load(DataCache cache, File dataFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCacheLoaderImpl

public DataCacheLoaderImpl()
Method Detail

load

public void load(DataCache cache,
                 File dataFile)
          throws IOException
Specified by:
load in interface DataCacheLoader
Throws:
IOException

dump

public void dump(DataCache cache,
                 File dumpFile)
          throws IOException
Specified by:
dump in interface DataCacheLoader
Throws:
IOException


Copyright © 2011. All Rights Reserved.