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_SIZEReading byte arrays of this size greatly speeds up I/O compared to 
 individual byte reads | 
| static String | DOC_FILE_LOCATIONAUV documents zip file on the local filesystem | 
| static String | DOC_ZIP_URLURL of the online documentation zip file | 
| Constructor and Description | 
|---|
| ExtractDocumentation(String[] args)Creates a new instance of ExtractDocumentation | 
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)