public class ARCCreator extends Object
| Constructor and Description |
|---|
ARCCreator() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public void directoryToArc(File srcDir, File tgtDir, String prefix) throws IOException
srcDir - tgtDir - prefix - IOExceptionpublic static void main(String[] args)
args - Copyright © 2005–2017 IIPC. All rights reserved.