krati.util
Class DataCacheLoaderImpl
java.lang.Object
krati.util.DataCacheLoaderImpl
- All Implemented Interfaces:
- DataCacheLoader
public class DataCacheLoaderImpl
- extends Object
- implements DataCacheLoader
DataCache loader.
- Author:
- jwu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataCacheLoaderImpl
public DataCacheLoaderImpl()
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.