org.archive.wayback.util
Class ARCCreator

java.lang.Object
  extended by org.archive.wayback.util.ARCCreator

public class ARCCreator
extends Object

Version:
$Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
Author:
brad

Constructor Summary
ARCCreator()
           
 
Method Summary
 void directoryToArc(File srcDir, File tgtDir, String prefix)
          Reads all component files (.meta, .body, .sh) in srcDir, and writes one or more ARC files in tgtDir with names beginning with prefix.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARCCreator

public ARCCreator()
Method Detail

directoryToArc

public void directoryToArc(File srcDir,
                           File tgtDir,
                           String prefix)
                    throws IOException
Reads all component files (.meta, .body, .sh) in srcDir, and writes one or more ARC files in tgtDir with names beginning with prefix.

Parameters:
srcDir -
tgtDir -
prefix -
Throws:
IOException

main

public static void main(String[] args)
Parameters:
args -


Copyright © 2005-2011 Internet Archive. All Rights Reserved.