wt.boot
Class JarInstaller.InflateThread

java.lang.Object
  extended byjava.lang.Thread
      extended bywt.boot.JarInstaller.InflateThread
All Implemented Interfaces:
Runnable
Enclosing class:
JarInstaller

static class JarInstaller.InflateThread
extends Thread


Field Summary
(package private)  boolean cancelled
           
(package private)  InflateProgressDialog progressDialog
           
(package private)  Throwable thrown
           
(package private)  ZipFile zipFile
           
(package private)  ZipOutputStream zipOutputStream
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) JarInstaller.InflateThread(ZipFile zip_file, ZipOutputStream zip_out, InflateProgressDialog progress_dialog)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

zipFile

ZipFile zipFile

zipOutputStream

ZipOutputStream zipOutputStream

progressDialog

InflateProgressDialog progressDialog

thrown

Throwable thrown

cancelled

boolean cancelled
Constructor Detail

JarInstaller.InflateThread

JarInstaller.InflateThread(ZipFile zip_file,
                           ZipOutputStream zip_out,
                           InflateProgressDialog progress_dialog)
Method Detail

run

public void run()