public class FullDiscoThread
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.String>, java.util.Observer
| Constructor and Description |
|---|
FullDiscoThread(java.lang.String strDirectory)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
call() |
java.lang.String |
extractGzip(java.lang.String strFile)
Extracts the contents of the GZip archive
|
void |
update(java.util.Observable o,
java.lang.Object arg) |
public FullDiscoThread(java.lang.String strDirectory)
strDirectory - The directory containing the transferred filepublic java.lang.String call()
throws java.lang.InterruptedException
call in interface java.util.concurrent.Callable<java.lang.String>java.lang.InterruptedExceptionpublic void update(java.util.Observable o,
java.lang.Object arg)
update in interface java.util.Observerpublic java.lang.String extractGzip(java.lang.String strFile)
strFile - Full path to the GZip archive