public class ExtractDocumentation extends Object
History:
Date: June 21, 2007
Time: 12:24 PM
Author: Terry Norbraten, NPS MOVES
Comments: Initial
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_SIZE
Reading byte arrays of this size greatly speeds up I/O compared to
individual byte reads
|
static String |
DOC_FILE_LOCATION
AUV documents zip file on the local filesystem
|
static String |
DOC_ZIP_URL
URL of the online documentation zip file
|
| Constructor and Description |
|---|
ExtractDocumentation(String[] args)
Creates a new instance of ExtractDocumentation
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
fileExists(String filePath) |
static void |
main(String[] args) |
public static final String DOC_ZIP_URL
public static final String DOC_FILE_LOCATION
public static final int BUFFER_SIZE
public ExtractDocumentation(String[] args)
args - the command line arguments (if any)