public static void main( String[] args)
throws Exception
{
DirectoryAllocator store=new DirectoryAllocator( new File( args[0]),
new CFactory());
store.logAllStatistics();
}
static class CFactory extends CustomizerFactory
{
public ObjectStreamCustomizer getCustomizer( Class toStore)
{