Uses of Interface
org.fuin.utils4j.Cancelable

Uses of Cancelable in org.fuin.utils4j
 

Classes in org.fuin.utils4j that implement Cancelable
 class CancelableVolatile
          A simple Cancelable implementation that can be used to synchronize a cancel request between threads without locking.
 

Methods in org.fuin.utils4j with parameters of type Cancelable
static void Utils4J.unzip(java.io.File zipFile, java.io.File destDir, Utils4J.UnzipInputStreamWrapper wrapper, Cancelable cancelable)
          Unzips a file into a given directory.
 



Copyright © 2009 Future Invent Informationsmanagement GmbH. All Rights Reserved.